diff --git a/package.json b/package.json index c4bae0c..215e2f4 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,11 @@ "@vue-office/docx": "^1.6.0", "@vue-office/excel": "^1.7.11", "@vueup/vue-quill": "^1.2.0", + "@vueuse/core": "^10.11.0", "amfe-flexible": "^2.2.1", "baidu-map-vue3": "^0.4.9", "crypto-js": "^4.2.0", + "dayjs": "^1.11.20", "echarts": "^5.4.3", "element-plus": "^2.8.8", "flv.js": "^1.6.2", @@ -63,7 +65,7 @@ "amfe-flexible": "^2.2.1", "mitt": "^3.0.1", "postcss-pxtorem": "^6.1.0", - "sass": "^1.69.7", + "sass": "^1.99.0", "unplugin-auto-import": "^0.17.3", "unplugin-vue-components": "^0.26.0", "vite": "^5.0.8", diff --git a/src/api/data/complaintCollection.ts b/src/api/data/complaintCollection.ts index e3f543e..ba82ee8 100644 --- a/src/api/data/complaintCollection.ts +++ b/src/api/data/complaintCollection.ts @@ -137,4 +137,13 @@ export function getComplaintCollectionDetail(body) { }); } +/** + * 初核反馈 + */ +export function initialReview(body) { + return request.post({ + url: `/data/complaintCollection/initialReview`, + body + }); +} diff --git a/src/components/negative/dialog.vue b/src/components/negative/dialog.vue index e7758fc..9e5fcf2 100644 --- a/src/components/negative/dialog.vue +++ b/src/components/negative/dialog.vue @@ -166,7 +166,14 @@ " > + @@ -320,7 +327,7 @@ >保存抽检结果
-