From 351f47b064d43ff196770484b2e8e3cfbf476212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 22 Feb 2023 16:35:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/poser/index.vue | 12 +++++++----- src/views/system/station/index.vue | 5 ----- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index 00bc426..1b3cf06 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -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); }) diff --git a/src/views/system/station/index.vue b/src/views/system/station/index.vue index fac1a7f..a096111 100644 --- a/src/views/system/station/index.vue +++ b/src/views/system/station/index.vue @@ -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: [] };