@@ -155,7 +155,8 @@ export default {
return param
})
batchChanges({ sbChangeRecordDTOList: params }).then(res => {
- console.log(res)
+ this.$message.success('修改完成!')
+ this.handleCancel()
console.log(params)
},