新增、修改维修工单弹窗标题修改
This commit is contained in:
parent
00193a7252
commit
93d682743d
@ -191,8 +191,9 @@ export default {
|
|||||||
} finally {
|
} finally {
|
||||||
this.formLoading = false;
|
this.formLoading = false;
|
||||||
}
|
}
|
||||||
}
|
}else {
|
||||||
this.dialogTitle = "新增维修工单";
|
this.dialogTitle = "新增维修工单";
|
||||||
|
}
|
||||||
},
|
},
|
||||||
/** 提交按钮 */
|
/** 提交按钮 */
|
||||||
async submitForm() {
|
async submitForm() {
|
||||||
|
Loading…
Reference in New Issue
Block a user