Parcourir la source

修改名称时重置匹配选择

wyq il y a 3 ans
Parent
commit
5c3850afff
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
         }
       });
     },