From 78a6ca0eea80351c0b04bb237c1ff0ba9a216261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Tue, 15 Jul 2025 11:08:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E4=BF=AE=E5=8F=8D=E9=A6=88=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=EF=BC=9A=E8=BD=AF=E6=A0=87=E7=9B=B4=E6=8E=A5=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E8=AE=BE=E5=A4=87=E7=BB=B4=E4=BF=AE=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eam/eamFeedBack.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/modules/eam/eamFeedBack.vue b/src/views/modules/eam/eamFeedBack.vue index 9590507..c559445 100644 --- a/src/views/modules/eam/eamFeedBack.vue +++ b/src/views/modules/eam/eamFeedBack.vue @@ -212,7 +212,7 @@ - + - + @@ -488,6 +488,7 @@ data () { return { uploadDialog: false, + repairReportingTypeFlag:true, uploadData: { folder: '', title: '', @@ -1193,6 +1194,13 @@ } }) }, + buChangedMethod(){ + if (this.saveModalData.bu=='2_01-Label'){ + this.repairReportingTypeFlag=true + }else { + this.repairReportingTypeFlag=false + } + }, // 报修方式改变事件 repairReportingTypeChange () {