修改一个小问题

This commit is contained in:
liub
2025-09-03 15:32:04 +08:00
parent d80aa54c8e
commit df3da71c59

View File

@ -502,7 +502,7 @@ function ToggleAdvance() {
//显示编辑
function ShowEdit(item = undefined, isEdit = true) {
debugger;
Status.ShowEditPop = true;
let def = {
recordId: null,//维修记录id
@ -535,6 +535,7 @@ function ShowEdit(item = undefined, isEdit = true) {
promise1.then(res => {
item = res;
if (!item) {
cEdit.isEdit = isEdit;
return;
}
let keys = Object.keys(cEdit);