Explorar el Código

修改名称时重置匹配选择

wyq hace 3 años
padre
commit
5c3850afff
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/common/LtModal.vue

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

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