zs 2 лет назад
Родитель
Сommit
16e102018d
1 измененных файлов с 1 добавлено и 1 удалено
  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') {