master
xy 1 year ago
parent 7b3887fe90
commit 28751ccbfd

@ -535,7 +535,7 @@
// let url = `${process.env.VUE_APP_OUT_URL}/flow/view/${this.form.join_last_flow_id}` // 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) // const res = await httpCurl({ auth_token: this.$store.getters.oa_token ,get_raw:1 },true,"/Api/flowDetail", "GET",url)
try { 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}`,{ const response = await axios.get(`${process.env.VUE_APP_BASE_API}/api/oa/flow/view/${oaId}`,{
headers: { headers: {
Authorization: `Bearer ${getToken()}` Authorization: `Bearer ${getToken()}`

Loading…
Cancel
Save