From 3f936872cab3297e6a944c748d200e3f40d0b869 Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期六, 03 八月 2024 13:50:08 +0800 Subject: [PATCH] 1 --- module/md/page/customer/page/customer_basic.html | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/module/md/page/customer/page/customer_basic.html b/module/md/page/customer/page/customer_basic.html index 2c272fc..506c8b7 100644 --- a/module/md/page/customer/page/customer_basic.html +++ b/module/md/page/customer/page/customer_basic.html @@ -755,19 +755,19 @@ data: {}, } //鏂板鐨勬儏鍐� - me.formdata_group.map(group => {// - group.children.map(unitobj => { - var row_ = { - id: uuid_short(), - parent_id: me.formData.id, - criteria_id: unitobj.id, - criteria_value: unitobj.criteria_value, - remark: unitobj.remark, - } - md_org_account_criteria_.push(row_); - }) - }) - param.data["md_org_account_criteria"] = md_org_account_criteria_.length ? md_org_account_criteria_ : null; + // me.formdata_group.map(group => {// + // group.children.map(unitobj => { + // var row_ = { + // id: uuid_short(), + // parent_id: me.formData.id, + // criteria_id: unitobj.id, + // criteria_value: unitobj.criteria_value, + // remark: unitobj.remark, + // } + // md_org_account_criteria_.push(row_); + // }) + // }) + // param.data["md_org_account_criteria"] = md_org_account_criteria_.length ? md_org_account_criteria_ : null; param.data[this.dataname] = entity; -- Gitblit v1.8.0