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() {