From ac126fc2454a75dd1b0b7dc904ababdc10abb286 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期一, 31 三月 2025 15:04:17 +0800 Subject: [PATCH] 原材料下单、铜材料下单-缓存问题 --- src/views/business/materialOrder/customsInspectionOrder.vue | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspectionOrder.vue similarity index 99% rename from src/views/business/materialOrder/customsInspection.vue rename to src/views/business/materialOrder/customsInspectionOrder.vue index c95345c..e198c96 100644 --- a/src/views/business/materialOrder/customsInspection.vue +++ b/src/views/business/materialOrder/customsInspectionOrder.vue @@ -449,7 +449,7 @@ } from "@/api/business/rawMaterialOrder"; export default { - name: "CustomsInspection", + name: "CustomsInspectionOrder", dicts: ['check_type', 'urgency_level'], components: {}, props: { @@ -645,12 +645,6 @@ this.getInfo(); }, activated() { - this.$refs.addObj.resetFields() - this.addObj.createTime = '' - this.addObj.id = '' - this.addObj.updateTime = '' - this.sampleList = [] - this.productList = [] this.active = this.$route.query.active this.orderType = this.$route.query.orderType this.currentId = this.$route.query.currentId -- Gitblit v1.9.3