Parcourir la source

fix: 修改后更新列表

zh il y a 2 ans
Parent
commit
c17f258e0d
2 fichiers modifiés avec 27295 ajouts et 3 suppressions
  1. 27292 1
      package-lock.json
  2. 3 2
      src/views/sales_policy/components/TabelTransfer.vue

Fichier diff supprimé car celui-ci est trop grand
+ 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()
       })
     }
   }

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff