基本数据管理-机床型号管理修改

This commit is contained in:
xusd 2024-08-28 16:41:31 +08:00
parent e3bdcccd86
commit c5363aa745

View File

@ -87,12 +87,13 @@ export default {
try {
const res = await ModelInfoApi.getModelInfo(id);
this.formData = res.data;
this.title = "修改机床型号信息";
this.dialogTitle = "修改机床型号信息";
} finally {
this.formLoading = false;
}
return;
}
this.title = "新增机床型号信息";
this.dialogTitle = "新增机床型号信息";
},
/** 提交按钮 */
async submitForm() {