From 93d682743d72e7fd3c7b4322616b33b86a62183f Mon Sep 17 00:00:00 2001 From: xusd Date: Thu, 10 Oct 2024 14:02:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E3=80=81=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=BB=B4=E4=BF=AE=E5=B7=A5=E5=8D=95=E5=BC=B9=E7=AA=97=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../maintenance/maintenanceInfo/RemoteMaintenanceOrderForm.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/imt-ui/src/views/system/maintenance/maintenanceInfo/RemoteMaintenanceOrderForm.vue b/imt-ui/src/views/system/maintenance/maintenanceInfo/RemoteMaintenanceOrderForm.vue index f179cf6..8de1fd2 100644 --- a/imt-ui/src/views/system/maintenance/maintenanceInfo/RemoteMaintenanceOrderForm.vue +++ b/imt-ui/src/views/system/maintenance/maintenanceInfo/RemoteMaintenanceOrderForm.vue @@ -191,8 +191,9 @@ export default { } finally { this.formLoading = false; } + }else { + this.dialogTitle = "新增维修工单"; } - this.dialogTitle = "新增维修工单"; }, /** 提交按钮 */ async submitForm() {