Browse Source

Merge branch 'termLink0615' into test

wyq 4 years ago
parent
commit
842b179d19
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/base/LtModal.vue

+ 1 - 0
src/components/base/LtModal.vue

@@ -332,6 +332,7 @@ export default {
         this.showDrop = false;
         if (res.data.code === '0') {
           this.tableData = res.data.data;
+          this.getIndex = 6;
         }
       });
     },