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 @@
-
+
+ {{ '否' }}
+
+
+ {{ '是' }}
+
@@ -172,7 +179,7 @@