Explorar el Código

Merge branch 'termLink0615' into test

wyq hace 4 años
padre
commit
842b179d19
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
         }
       });
     },