@ -455,7 +455,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const objIds = row.objId || this.ids;
this.$modal.confirm('是否确认删除电柜信息编号为"' + objIds + '"的数据项?').then(function() {
this.$modal.confirm('是否确认删除电柜信息编号为"' + objIds + '"的数据项?这也将删除电柜相关母排!').then(function() {
return delBaseCabinetInfo(objIds);
}).then(() => {
this.getList();