9285eb55 by 任超
2 parents ea9db715 a9de7356
......@@ -147,8 +147,8 @@ export default {
}).then(res => {
if (res.code == 200) {
this.$message.success("删除成功");
this.updateDialog();
} else {
this.loadBdcdylist();
}else{
this.$message.error(res.message)
}
})
......@@ -166,14 +166,14 @@ export default {
width: '50%',
btnShow: true,
editItem: 'workflow/components/batchDel',
height: '500px',
height: '600px',
formData: {
bsmSlsq: this.bsmSlsq,
dataList: this.unitData
},
cancel: function () { }, //取消事件的回调
confirm: function () {
that.updateDialog();
confirm: function () {
that.loadBdcdylist();
}, //确认事件的回调
})
},
......