src/menu/debug/index.jsx
@@ -1033,15 +1033,13 @@ item.field.split(',').forEach((_field, index) => { let _key = _field.toLowerCase() let _val = '' let _fval = `'${_val}'` arr.push(_key) if (_key === 'bid') { // 表单中没有bid则使用系统bid变量 _fval = '@BID@' _val = BID } arr.push(_key) _fieldValue.push(`${_key}=${_fval}`) _fieldValue.push(`${_key}='${_val}'`) _value.push(`${_labels[index] || ''}:${_val || ''}`) })