From 28751ccbfd2a9004eaebb0c96f164878a0bffec3 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Tue, 3 Dec 2024 14:49:27 +0800 Subject: [PATCH] init --- src/views/contract/components/contractSign.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}`