新增、修改维修工单弹窗标题修改

This commit is contained in:
xusd 2024-10-10 14:02:55 +08:00
parent 00193a7252
commit 93d682743d

View File

@ -191,8 +191,9 @@ export default {
} finally { } finally {
this.formLoading = false; this.formLoading = false;
} }
}else {
this.dialogTitle = "新增维修工单";
} }
this.dialogTitle = "新增维修工单";
}, },
/** 提交按钮 */ /** 提交按钮 */
async submitForm() { async submitForm() {