zs 2 years ago
parent
commit
16e102018d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesMy/order/detail.vue

+ 1 - 1
pagesMy/order/detail.vue

@@ -100,7 +100,7 @@
 			async searchOther(e) {
 				const that = this;
 				let res = await that.$api(`/dictData`, 'GET', {
-					code: "transport_type",
+					code: "transport_company",
 					label: e
 				});
 				if (res.errcode == '0') {