zs 2 年之前
父节点
当前提交
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') {