Explorar o código

fix: 修改后更新列表

zh %!s(int64=2) %!d(string=hai) anos
pai
achega
c17f258e0d
Modificáronse 2 ficheiros con 27295 adicións e 3 borrados
  1. 27292 1
      package-lock.json
  2. 3 2
      src/views/sales_policy/components/TabelTransfer.vue

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 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()
       })
     }
   }

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio