|
@@ -138,6 +138,7 @@
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
getList() {
|
|
getList() {
|
|
|
|
+ var that =this
|
|
this.$api.doRequest('get', '/tranProcessInfo/getTranProcess', {
|
|
this.$api.doRequest('get', '/tranProcessInfo/getTranProcess', {
|
|
id: this.id
|
|
id: this.id
|
|
}).then(res => {
|
|
}).then(res => {
|
|
@@ -149,7 +150,7 @@
|
|
this.$api.doRequest('get', '/commonUser/getHis', {
|
|
this.$api.doRequest('get', '/commonUser/getHis', {
|
|
workflowId: res1.data.data[0].id,
|
|
workflowId: res1.data.data[0].id,
|
|
businessKey: this.id,
|
|
businessKey: this.id,
|
|
- branch:that.list[0].jointVentureParties?that.list[0].jointVentureParties:'zt'
|
|
|
|
|
|
+ branch:'zt'
|
|
}).then(response => {
|
|
}).then(response => {
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
for (let i = 0; i < response.data.data.length; i++) {
|
|
for (let i = 0; i < response.data.data.length; i++) {
|