From efcf450e8e7e375ef4ffe9f421ec0d34c5378180 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期四, 07 九月 2023 14:02:32 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.218.113:9001/r/lims-before --- 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