ZhaoJun 1 年之前
父節點
當前提交
640b97623a
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/pages/EqSelfInspection/index.js

+ 0 - 2
src/pages/EqSelfInspection/index.js

@@ -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('未查询到相关任务');