瀏覽代碼

去掉判断

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>
             <!--对于需要审核的情况-->