forked from dyf/dyf-vue-ui
修改一个小问题
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user