Lijy 1 месяц назад
Родитель
Сommit
684f426d1b

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