|
@@ -69,9 +69,6 @@ export default {
|
|
|
}
|
|
|
);
|
|
|
}
|
|
|
- if (type === "ORG_PARAM") {
|
|
|
- console.log(prop, type, source);
|
|
|
- }
|
|
|
},
|
|
|
//
|
|
|
async fetchItem(prop) {
|
|
@@ -119,7 +116,7 @@ export default {
|
|
|
const { tableColumns } = tabColumns.find(
|
|
|
(element) => element.key === prop
|
|
|
);
|
|
|
- this.params[prop].push(initParams(tableColumns));
|
|
|
+ this.params[prop].push({ ...initParams(tableColumns), delFlag: "0" });
|
|
|
},
|
|
|
//
|
|
|
async useRowRemove(prop, scope) {
|