ソースを参照

fix: 修改后更新列表

zh 2 年 前
コミット
c17f258e0d
2 ファイル変更27295 行追加3 行削除
  1. 27292 1
      package-lock.json
  2. 3 2
      src/views/sales_policy/components/TabelTransfer.vue

ファイルの差分が大きいため隠しています
+ 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()
       })
     }
   }

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません