소스 검색

{id: row.id}

王哲 1 주 전
부모
커밋
06e5442b04
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      monitor_ui/src/views/business/ai/algorithmtask/index.vue

+ 0 - 1
monitor_ui/src/views/business/ai/algorithmtask/index.vue

@@ -630,7 +630,6 @@ export default {
       }, `algorithmtask_${new Date().getTime()}.xlsx`)
     },
     handleAsync(row) {
-      console.log("row=", row);
       this.loading = true;
       syncAlgorithmtask({id: row.id}).then(response => {
         this.$modal.msgSuccess("同步成功");