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) } }) } }, }