fix employee workflow and leave flow
This commit is contained in:
parent
b9140cdb83
commit
4cf069850f
@ -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
|
||||
>
|
||||
|
@ -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';
|
||||
|
@ -142,7 +142,7 @@ CwPage({
|
||||
this.setData({ canceling: true });
|
||||
utils
|
||||
.request({
|
||||
url: '/refound/cancel',
|
||||
url: '/leave/cancel',
|
||||
method: 'post',
|
||||
data: {
|
||||
id: this.data.id,
|
||||
|
@ -89,4 +89,5 @@
|
||||
<!-- 全局提示 -->
|
||||
<cw-notify id="cw-notify" />
|
||||
<cw-toast id="cw-toast" />
|
||||
<cw-dialog id="cw-dialog" />
|
||||
</view>
|
||||
|
Loading…
x
Reference in New Issue
Block a user