소스 검색

去掉判断

Lijy 1 개월 전
부모
커밋
684f426d1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet_mld/src/components/taskComponent.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet_mld/src/components/taskComponent.vue

@@ -391,7 +391,7 @@
         </template>
         
         <template>
-            <el-button type="primary" @click="submitInsert()" :loading="addLoading" v-if="addForm.id == null || canEditTask">
+            <el-button type="primary" @click="submitInsert()" :loading="addLoading" v-if="addForm.id == null">
                 提交
             </el-button>
             <!--对于需要审核的情况-->