From eb562c18aee30a54675a62323c8b9d094907512b Mon Sep 17 00:00:00 2001 From: xusd Date: Fri, 15 Nov 2024 08:49:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=BA=E5=BA=8A=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=BC=B9=E7=AA=97=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/system/equip/componentInfo/ComponentInfoForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imt-ui/src/views/system/equip/componentInfo/ComponentInfoForm.vue b/imt-ui/src/views/system/equip/componentInfo/ComponentInfoForm.vue index 23f1152..58ec372 100644 --- a/imt-ui/src/views/system/equip/componentInfo/ComponentInfoForm.vue +++ b/imt-ui/src/views/system/equip/componentInfo/ComponentInfoForm.vue @@ -212,12 +212,12 @@ export default { this.formData.equipId, this.equipCascader ); - this.title = "修改机床组件信息"; + this.dialogTitle = "修改机床组件信息"; } finally { this.formLoading = false; } } - this.title = "新增机床组件信息"; + this.dialogTitle = "新增机床组件信息"; }, /** 提交按钮 */ async submitForm() {