gjy 2 năm trước cách đây
mục cha
commit
5173438b66

+ 1 - 1
pages/task/audit/freight_setting_approval.vue

@@ -180,7 +180,7 @@
 						this.$api.doRequest('get', '/commonUser/getHis', {
 							workflowId: res1.data.data[0].id,
 							businessKey: this.id,
-							branch:that.list[0].jointVentureParties?that.list[0].jointVentureParties:'zt'
+							branch:'zt'
 						}).then(response => {
 							uni.hideLoading()
 							for (let i = 0; i < response.data.data.length; i++) {

+ 2 - 1
pages/task/audit/freight_setting_details.vue

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