From b5812cecf98745f4b36a8bf72ff082c3220ef1d6 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期五, 02 八月 2024 14:32:07 +0800 Subject: [PATCH] Merge branch 'master' of http://highdatas.com:9000/r/promotion/promotion_html --- js/myelement.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/js/myelement.js b/js/myelement.js index 48750a0..45e76e4 100644 --- a/js/myelement.js +++ b/js/myelement.js @@ -3060,7 +3060,9 @@ }) // 琛ㄦ牸瀛楁鍒嗙粍锛屾牴鎹畉ableformgroup鍒ゆ柇tablegroupname鏄惁琛ㄦ牸鍗曞厓鏍间腑鐨勮〃鍗曞垎缁� - me_tableFields = listTOTableFieldsGroupByType(me_tableFields); + // me_tableFields = listTOTableFieldsGroupByType(me_tableFields); + me_tableFields = listTOTableFieldsGroupByType(me.showTableFields); + } me_tableFields.map(t=>{ if (t.inputtype && !t.type) { -- Gitblit v1.8.0