|
|
|
|
@ -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()}`
|
|
|
|
|
|