From 373471a83654bc328c6b1ba122a594f9ec9eb0a9 Mon Sep 17 00:00:00 2001 From: A0010407 Date: Tue, 13 Aug 2024 13:20:42 +0800 Subject: [PATCH] =?UTF-8?q?2024-08-13=20=E8=AE=BE=E5=A4=87-=E4=BF=9D?= =?UTF-8?q?=E4=BF=AE=E5=AE=A1=E6=A0=B8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/faultReport/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/device/faultReport/index.vue b/src/views/device/faultReport/index.vue index 3daf01b..f32e59a 100644 --- a/src/views/device/faultReport/index.vue +++ b/src/views/device/faultReport/index.vue @@ -1734,7 +1734,7 @@ export default { if ( response.data.orderStatus == "1" || - response.data.orderStatus == "2" + response.data.orderStatus == "0" ) { Message.warning("该报修记录已审核!"); this.form = response.data;