diff --git a/src/api/healthCenter/index.js b/src/api/healthCenter/index.js index bfbec0f9..2dcd3ec8 100644 --- a/src/api/healthCenter/index.js +++ b/src/api/healthCenter/index.js @@ -37,7 +37,7 @@ export function editHealthScienceApi(data) { } // 营养科普-删除 -export function delHealthScienceApi(Id) { +export function delHealthScienceApi(Id) { return request({ url: '/smart-canteen/health_popular_science/del/'+Id, method: 'post', @@ -81,7 +81,7 @@ export function addChronicApi(data) { }, data: data }) -} +} // 慢性病-更新 export function editChronicApi(data) { return request({ @@ -103,7 +103,17 @@ export function delChronicApi(Id) { } }) } - +// 分页查询 健康档案-列表 +export function getHealthInfoPageApi(data) { + return request({ + url: '/smart-canteen/health/info/list', + method: 'get', + headers: { + "merchant-id":"378915229716713472", + }, + params:data + }) +} diff --git a/src/views/stockManage/depotManage/index.vue b/src/views/stockManage/depotManage/index.vue index cdad544e..3e729d6c 100644 --- a/src/views/stockManage/depotManage/index.vue +++ b/src/views/stockManage/depotManage/index.vue @@ -199,8 +199,8 @@ 取 消 - - + + @@ -359,7 +359,7 @@ export default { return delWareHouseCategoryApi({categoryId:row.categoryId}); }).then(() => { this.getList(); - this.$modal.msgSuccess("删除成功"); + this.$modal.msgSuccess("删除成功!"); }).catch(() => {}); } }