From b807a12b89dc9126bac49c02a3902bec758f4f9b Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期一, 09 六月 2025 11:55:27 +0800 Subject: [PATCH] 检验标准未带出 --- src/views/business/materialOrderComponents/materialOrder/showInfo.vue | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/views/business/materialOrderComponents/materialOrder/showInfo.vue b/src/views/business/materialOrderComponents/materialOrder/showInfo.vue index 1a902e7..4dab747 100644 --- a/src/views/business/materialOrderComponents/materialOrder/showInfo.vue +++ b/src/views/business/materialOrderComponents/materialOrder/showInfo.vue @@ -34,12 +34,6 @@ methods: { getInfo (id) { console.log('id----', id) - this.$axios.get(this.$api.rawMaterialOrder.getIndustryChain + '?id=' + id).then(res => { - if (res.code === 200 && res.data !== null) { - this.infoLIst = JSON.parse(res.data) - console.log('this.infoLIst----', this.infoLIst) - } - }) } }, } -- Gitblit v1.9.3