|
@@ -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()
|
|
|
})
|
|
|
}
|
|
|
}
|