fix employee workflow and leave flow

This commit is contained in:
xuecong 2021-11-29 12:05:31 +08:00
parent b9140cdb83
commit 4cf069850f
4 changed files with 4 additions and 3 deletions

View File

@ -87,7 +87,7 @@
</view>
</cw-panel>
<cw-panel
wx:elif="item.applicant_assign && !item.relation_user_id"
wx:elif="{{item.applicant_assign && !item.relation_user_id}}"
title="指定审批人"
useFooterSlot
>

View File

@ -24,4 +24,4 @@ export const WECHAT_VERSION = '7.0.0';
export const SDK_VERSION = '2.16.0';
export const VERSION = '1.1.10';
export const VERSION = '1.1.11';

View File

@ -142,7 +142,7 @@ CwPage({
this.setData({ canceling: true });
utils
.request({
url: '/refound/cancel',
url: '/leave/cancel',
method: 'post',
data: {
id: this.data.id,

View File

@ -89,4 +89,5 @@
<!-- 全局提示 -->
<cw-notify id="cw-notify" />
<cw-toast id="cw-toast" />
<cw-dialog id="cw-dialog" />
</view>