Sfoglia il codice sorgente

fix: 修改后更新列表

zh 2 anni fa
parent
commit
c17f258e0d
2 ha cambiato i file con 27295 aggiunte e 3 eliminazioni
  1. 27292 1
      package-lock.json
  2. 3 2
      src/views/sales_policy/components/TabelTransfer.vue

File diff suppressed because it is too large
+ 27292 - 1
package-lock.json


+ 3 - 2
src/views/sales_policy/components/TabelTransfer.vue

@@ -1123,8 +1123,8 @@ export default {
     },
     handleDelLinit(id) {
       delLimit({ id }).then(res => {
-        this.$successMsg('批量修改成功')
-        this.getPolicyList()
+        this.$successMsg('删除成功')
+        this.resetScreenForm2()
       })
     },
     handleLinitSave({ dataList, type }) {
@@ -1132,6 +1132,7 @@ export default {
       saveLimit(dataList[0]).then(res => {
         this.$successMsg(type === 'add' ? '新增成功' : '修改成功')
         this.linitVisible = false
+        this.resetScreenForm2()
       })
     }
   }

Some files were not shown because too many files changed in this diff