This commit is contained in:
2021-02-06 00:48:55 +00:00
parent d306184991
commit dfdd417aa3

View File

@@ -430,7 +430,7 @@ function initWorkingView(vm) {
if (fld.isRowId) { if (fld.isRowId) {
o.rid = true; o.rid = true;
} }
ret.push(o); ret.push(o);
} }
@@ -450,7 +450,7 @@ function initWorkingView(vm) {
o.rid = true; o.rid = true;
o.include = true; o.include = true;
} }
ret.push(o); ret.push(o);
} }
} }