From 275d9a3c158173842449782201b9be2c243dd58b Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 07 九月 2023 18:00:43 +0800 Subject: [PATCH] modified: .env.development modified: src/main.js new file: src/styles/fonts/element-icons.ttf new file: src/styles/fonts/element-icons.woff new file: src/styles/icon.css modified: src/views/inspectionManagement/commissionInspection/addCommision.vue modified: src/views/laboratory/organizational/index.vue --- src/views/inspectionManagement/reportForInspection/index.vue | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/views/inspectionManagement/reportForInspection/index.vue b/src/views/inspectionManagement/reportForInspection/index.vue index c4d1f48..e3dd70b 100644 --- a/src/views/inspectionManagement/reportForInspection/index.vue +++ b/src/views/inspectionManagement/reportForInspection/index.vue @@ -146,9 +146,6 @@ import { getRawMaterialList, addInspect, - selectInspectsListById, - selectUser, - selectEquipment, deleteMaterial, addMaterial, getMaterielName, @@ -156,7 +153,6 @@ getChooseVersion, lookProByVer } from '@/api/inspection/rawmaterial' -import ItemVue from '@/layout/components/Sidebar/Item.vue' export default { data() { return { @@ -406,7 +402,7 @@ "name": val.materialName, "num": val.quantity, "specifications": val.specificationsModels, - "specificationsId": val.specificationsId, + "specificationId": val.specificationsId, "startTime": dateArr[0], "supplier": val.supplierName, "type": val.type, @@ -425,7 +421,7 @@ this.$message.success('鎶ユ鎴愬姛') this.$router.push(`/experiment/Viewdetails/${res.data}`) }).catch(error =>{ - this.$message.error('鎶ユ澶辫触') + this.$message.error(error.message) }); }, // 鑾峰彇鍒嗛〉鍒楄〃鏁版嵁 -- Gitblit v1.9.3