推送按钮调整
This commit is contained in:
parent
9c2c4f7484
commit
3948d6977f
|
|
@ -689,6 +689,7 @@ export default function clickBtn(props, id, text, record, index) {
|
|||
}
|
||||
}
|
||||
});
|
||||
break;
|
||||
}
|
||||
case "pushtoQms": {
|
||||
rowIds = [];
|
||||
|
|
@ -704,6 +705,7 @@ export default function clickBtn(props, id, text, record, index) {
|
|||
}
|
||||
}
|
||||
});
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue