Commit dd063595 authored by 涂伟's avatar 涂伟

fix: '表字段配置台账选择器形态bug修复'

parent 5477b1a0
Pipeline #68139 passed with stages
......@@ -885,7 +885,8 @@ const AddModal = props => {
case '台账选择器':
let book = res[0].data.root.Config.split('.');
let rueslt1 = keepStandingBook.find(i => i.name == book[0]);
getMapFelidValue(rueslt1.tableName);
console.log(keepStandingBook,book[0],rueslt1,'keepStandingBook,book[0]');
getMapFelidValue(rueslt1?.tableName);
let bb = book[1].split('?');
if (bb[0].indexOf('[') !== -1) {
let filedname = JSON.parse(bb[0]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment