diff --git a/src/views/contract/components/contractSign.vue b/src/views/contract/components/contractSign.vue index 45db3d5..125b967 100644 --- a/src/views/contract/components/contractSign.vue +++ b/src/views/contract/components/contractSign.vue @@ -535,7 +535,7 @@ // let url = `${process.env.VUE_APP_OUT_URL}/flow/view/${this.form.join_last_flow_id}` // const res = await httpCurl({ auth_token: this.$store.getters.oa_token ,get_raw:1 },true,"/Api/flowDetail", "GET",url) try { - let oaId = this.contract.flow_list.find(i => i.tag === 'contract')?.detail.id + let oaId = this.contract.flow_list.find(i => i.tag === 'contract')?.flow_id const response = await axios.get(`${process.env.VUE_APP_BASE_API}/api/oa/flow/view/${oaId}`,{ headers: { Authorization: `Bearer ${getToken()}`