修改一个小问题
This commit is contained in:
@ -502,7 +502,7 @@ function ToggleAdvance() {
|
|||||||
|
|
||||||
//显示编辑
|
//显示编辑
|
||||||
function ShowEdit(item = undefined, isEdit = true) {
|
function ShowEdit(item = undefined, isEdit = true) {
|
||||||
|
debugger;
|
||||||
Status.ShowEditPop = true;
|
Status.ShowEditPop = true;
|
||||||
let def = {
|
let def = {
|
||||||
recordId: null,//维修记录id
|
recordId: null,//维修记录id
|
||||||
@ -535,6 +535,7 @@ function ShowEdit(item = undefined, isEdit = true) {
|
|||||||
promise1.then(res => {
|
promise1.then(res => {
|
||||||
item = res;
|
item = res;
|
||||||
if (!item) {
|
if (!item) {
|
||||||
|
cEdit.isEdit = isEdit;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let keys = Object.keys(cEdit);
|
let keys = Object.keys(cEdit);
|
||||||
|
Reference in New Issue
Block a user