修改
This commit is contained in:
parent
c1593120b7
commit
1ff0df4043
@ -910,16 +910,16 @@ export default {
|
||||
}
|
||||
});
|
||||
},
|
||||
/** 删除按钮操作 */
|
||||
/** 删除按钮操作 */
|
||||
handleDelete(row) {
|
||||
const ids = row.id || this.ids;
|
||||
const nurseStationIds = row.nurseStationId || this.nurseStationIds;
|
||||
const moduleTypes = row.moduleType || this.moduleTypes;
|
||||
const nurseItemIds = row.nurseItemId || this.nurseItemIds;
|
||||
if (!nurseStationIds) {
|
||||
var ids = row.id || this.ids;
|
||||
var nurseStationIds = row.nurseStationId || this.nurseStationIds;
|
||||
var moduleTypes = row.moduleType || this.moduleTypes;
|
||||
var nurseItemIds = row.nurseItemId || this.nurseItemIds;
|
||||
if (nurseStationIds == undefined) {
|
||||
nurseStationIds = "";
|
||||
}
|
||||
if (!nurseItemIds) {
|
||||
if (nurseItemIds == undefined) {
|
||||
nurseItemIds = "";
|
||||
}
|
||||
this.$modal
|
||||
|
||||
Loading…
Reference in New Issue
Block a user