Explorar o código

修改名称时重置匹配选择

wyq %!s(int64=3) %!d(string=hai) anos
pai
achega
5c3850afff
Modificáronse 1 ficheiros con 1 adicións e 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;
         }
       });
     },