Browse Source

问题修改

suxinf 4 years ago
parent
commit
9e6519f404
2 changed files with 1 additions and 1 deletions
  1. 0 1
      src/views/data/UploadLink.vue
  2. 1 0
      src/views/data/UploadLinks.vue

+ 0 - 1
src/views/data/UploadLink.vue

@@ -353,7 +353,6 @@ export default {
     toggleModal: function (i) {
       this.showModal = !this.showModal;
       this.modalData = this.tableData[i];
-
       //截止日期判断
       this.endTime = this.tableData[i].endTime;
     },

+ 1 - 0
src/views/data/UploadLinks.vue

@@ -207,6 +207,7 @@ export default {
         data: data,
       })
         .then((res) => {
+          console.log(res)
           this.tableData = res.data.data;
           this.sum = +res.data.count;
         })