fix: BUG修改

This commit is contained in:
kun 2024-04-25 22:57:00 +08:00
parent f36cfa8203
commit cb9378c6e0

View File

@ -22,6 +22,7 @@
onLoad() {
this.getLength()
this.getTabsList()
this.getAuditMenu();
},
methods: {
//
@ -177,7 +178,7 @@
@change="change"></liu-folding-panel>
</view>
</view>
<view class="addProgess" @click="toAuditPage">
<view class="addProgess" @click="toAuditPage" v-if="isShowAudit">
进度审批
</view>
</view>