From bc572b5b4b76c9ad671cb4c6c9fea82e4942065f Mon Sep 17 00:00:00 2001 From: skjia <106962133@qq.com> Date: Fri, 13 Jun 2025 11:27:48 +0800 Subject: [PATCH 1/2] =?UTF-8?q?jsk=20=20=E5=81=A5=E5=BA=B7bug=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/healthCenter/index.js | 16 ++++++++-- .../healthCenter/examinationReport/index.vue | 1 + .../healthCenter/nutritionScience/index.vue | 32 ++++++++++++++++--- 3 files changed, 42 insertions(+), 7 deletions(-) diff --git a/src/api/healthCenter/index.js b/src/api/healthCenter/index.js index 08a5016a..91d22bc5 100644 --- a/src/api/healthCenter/index.js +++ b/src/api/healthCenter/index.js @@ -35,7 +35,17 @@ export function editHealthScienceApi(data) { data: data }) } - +// 营养科普-编辑状态 +export function editHealthScienceStateApi(data) { + return request({ + url: '/smart-canteen/health_popular_article/editState', + method: 'post', + headers: { + "merchant-id":"378915229716713472", + }, + data: data + }) +} // 营养科普-删除 export function delHealthScienceApi(Id) { return request({ @@ -94,9 +104,9 @@ export function editChronicApi(data) { }) } // 慢性病-更新 -export function delChronicApi(chronicId) { +export function delChronicApi(Id) { return request({ - url: '/smart-canteen/health_chronic/del/'+chronicId, + url: '/smart-canteen/health_chronic/del/'+Id, method: 'post', headers: { "merchant-id":"378915229716713472", diff --git a/src/views/healthCenter/examinationReport/index.vue b/src/views/healthCenter/examinationReport/index.vue index 254ab2f9..2efdbfd2 100644 --- a/src/views/healthCenter/examinationReport/index.vue +++ b/src/views/healthCenter/examinationReport/index.vue @@ -477,6 +477,7 @@ export default { "articleTitle":this.queryParams.articleTitle, "articleType":this.queryParams.articleType, "chronicIds":this.queryParams.chronicList.join(",")||"", + "deptIds":this.queryParams.deptIdList.join(",")||"", "startDate":this.formatDate(this.dateRange[0]), "endDate":this.formatDate(this.dateRange[1]) } diff --git a/src/views/healthCenter/nutritionScience/index.vue b/src/views/healthCenter/nutritionScience/index.vue index 52931f25..68aa384f 100644 --- a/src/views/healthCenter/nutritionScience/index.vue +++ b/src/views/healthCenter/nutritionScience/index.vue @@ -76,7 +76,14 @@ - + From a978642ef365242a141dc38a682e8e3a9b782db5 Mon Sep 17 00:00:00 2001 From: skjia <106962133@qq.com> Date: Fri, 13 Jun 2025 13:44:33 +0800 Subject: [PATCH 2/2] =?UTF-8?q?jsk=20=20=E8=B6=85=E5=B8=82=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20=E5=95=86=E5=93=81=E6=B7=BB=E5=8A=A0=E8=B6=85?= =?UTF-8?q?=E5=B8=82ID=E9=99=90=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/superstore/super/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/superstore/super/index.vue b/src/views/superstore/super/index.vue index 3761d7b8..1d59e3b6 100644 --- a/src/views/superstore/super/index.vue +++ b/src/views/superstore/super/index.vue @@ -975,7 +975,7 @@ "areaId": "", "ifRelateDrp": 2, "imgUrl": "", - } + } this.resetForm("baseForm"); }, /** 修改按钮操作 */ @@ -1229,6 +1229,7 @@ "putawayState": this.queryShopParams.putawayState, "materialName":this.queryShopParams.materialName, "barCode":this.queryShopParams.barCode, + "supermarketId":this.selectSupermarketId } console.log("this.queryShopParams",param) shopPageListApi(param).then(response => {