|
@@ -84,10 +84,8 @@ const EqSelfInspection = (props) => {
|
|
|
}).catch((err) => {
|
|
|
console.log(err);
|
|
|
});
|
|
|
- console.log(mandateIDs);
|
|
|
if (mandateIDs?.length) {
|
|
|
mandateIDs = [...new Set(mandateIDs)];
|
|
|
- console.log(mandateIDs.join());
|
|
|
UnityAction.sendMsg('OpenTaskModal', `mandate_id=${mandateIDs.join()}`);
|
|
|
} else {
|
|
|
message.info('未查询到相关任务');
|