|
|
@@ -77,6 +77,7 @@
|
|
|
</view>
|
|
|
<!-- <EnButton :text="'冲销'" v-if="current === 1"></EnButton>-->
|
|
|
<!-- <EnButton is_both :leftText="'交接'" :rightText="'操作'" @onSubmit="setTaskOperate(1)" @onLeftSubmit="openExecute"></EnButton>-->
|
|
|
+
|
|
|
<uni-popup ref="executePopup" type="bottom">
|
|
|
<EnSelect title="请选择任务接收人" :local-data="executeData" ref="system" v-model="executeId" @setAffirm="setNewExecute"></EnSelect>
|
|
|
</uni-popup>
|
|
|
@@ -187,9 +188,12 @@
|
|
|
},
|
|
|
methods: {
|
|
|
auditTask(auditType) {
|
|
|
- this.$refs.popup.open("bottom");
|
|
|
- this.auditType = auditType
|
|
|
- this.$refs.taskSetObj.startAuditType(auditType);
|
|
|
+ // this.$refs.popup.open("bottom");
|
|
|
+ // this.auditType = auditType
|
|
|
+ // this.$refs.taskSetObj.startAuditType(auditType);
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/page_task/task_operate/task_operate?businessId='+ this.business.id+'&type=2&auditType='+auditType
|
|
|
+ });
|
|
|
},
|
|
|
setPostLoan(){
|
|
|
uni.navigateTo({
|