Commit fa858fee authored by 皮倩雯's avatar 皮倩雯

fix: '权限配置关联站点允许为空'

parent 3e068430
Pipeline #82587 passed with stages
......@@ -165,7 +165,7 @@ const VectorData = props => {
const onPushSubmit = value => {
console.log(value, 'value');
setAddVisible(false);
if (value.length) {
let query = {
schemename: record.schemename,
terminalType: record.isStatus,
......@@ -186,7 +186,6 @@ const VectorData = props => {
.catch(err => {
prompt('fail', '网络请求失败');
});
}
};
const rolCallBack = useCallback(list => {
let strList = [];
......
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