Commit e4ab3d37 authored by 涂伟's avatar 涂伟
parents a257080d f4588a05
Pipeline #70291 passed with stages
......@@ -105,6 +105,7 @@ const AddModal = props => {
onChangeEvent(res.data.relationEvent, aa); // 改变关联事件类型
getFeedbackTable();
getRoles();
getFields(res.data.tableName);
});
} else {
form.setFieldsValue({ businessGroup: '区域巡检' });
......@@ -414,7 +415,6 @@ const AddModal = props => {
const pickFiled = fileds => {
if (form.getFieldsValue().tableName) {
let pp = formateArrDataA(nu, 'groupName');
console.log(pp);
if (form.getFieldValue(fileds)) {
let ab = form.getFieldValue(fileds).split(',');
let arr = Object.keys(pp);
......
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