From 2e63fa87e9872a74b6ebb3b0369d9d3c84dae1ba Mon Sep 17 00:00:00 2001 From: yaowanxin <3588231647@qq.com> Date: 星期二, 08 七月 2025 11:04:02 +0800 Subject: [PATCH] modified: src/views/business/inspectionTask/components/InspectionWord.vue --- 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