@ -336,8 +336,10 @@ export default {
this.$modal.confirm('是否确认删除名称为"' + row.deptName + '"的数据项?').then(function () {
return delDept(row.deptId);
}).then(() => {
this.getList();
this.$modal.msgSuccess("删除成功");
if (res.code === 20000) {
} else this.$modal.msgError(res.message);
}).catch(() => {
});
}