修改
This commit is contained in:
parent
28492d3ab8
commit
351f47b064
@ -946,12 +946,14 @@ export default {
|
||||
const nurseStationIds = row.nurseStationId || this.nurseStationIds;
|
||||
const moduleTypes = row.moduleType || this.moduleTypes;
|
||||
const nurseItemIds = row.nurseItemId || this.nurseItemIds;
|
||||
if (!nurseStationIds) {
|
||||
nurseStationIds = "";
|
||||
}
|
||||
if (!nurseItemIds) {
|
||||
nurseItemIds = "";
|
||||
}
|
||||
this.$modal
|
||||
.confirm(
|
||||
'是否确认删除泉医到家系统海报模块信息(包含咨询简介信息)编号为"' +
|
||||
ids +
|
||||
'"的数据项?'
|
||||
)
|
||||
.confirm("是否确认删除?")
|
||||
.then(function() {
|
||||
return delPoser(nurseStationIds, moduleTypes, nurseItemIds);
|
||||
})
|
||||
|
||||
@ -727,7 +727,6 @@ export default {
|
||||
citylist: [],
|
||||
streetlist: [],
|
||||
classifylist: [],
|
||||
|
||||
classifyquery: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
@ -817,8 +816,6 @@ export default {
|
||||
} else {
|
||||
this.looknurseStationLabel.splice(index, 1);
|
||||
}
|
||||
|
||||
console.log(this.form.nurseStationLabelList);
|
||||
},
|
||||
addnurseStationLabelList() {
|
||||
if (this.looknurseStationLabel.length == 5) {
|
||||
@ -832,7 +829,6 @@ export default {
|
||||
};
|
||||
this.looknurseStationLabel.push(obj);
|
||||
}
|
||||
console.log(this.looknurseStationLabel);
|
||||
},
|
||||
//点击街道
|
||||
clickstreet(item) {
|
||||
@ -875,7 +871,6 @@ export default {
|
||||
getList() {
|
||||
this.info();
|
||||
},
|
||||
|
||||
// 取消按钮
|
||||
cancel() {
|
||||
var obj = { pictureUrlList: [] };
|
||||
|
||||
Loading…
Reference in New Issue
Block a user