diff --git a/src/views/logistics/commodity/ckspdd.vue b/src/views/logistics/commodity/ckspdd.vue index a2b368e..90c1d8d 100644 --- a/src/views/logistics/commodity/ckspdd.vue +++ b/src/views/logistics/commodity/ckspdd.vue @@ -54,6 +54,21 @@ + + + + + + + @@ -321,6 +336,12 @@ prop="memberName" :label="'会员姓名'" /> + { + this.vertexList = res.data + }) }, methods: { getOrderStatus() { diff --git a/src/views/logistics/commodity/index.vue b/src/views/logistics/commodity/index.vue index ef8f1ab..bd64976 100644 --- a/src/views/logistics/commodity/index.vue +++ b/src/views/logistics/commodity/index.vue @@ -19,7 +19,21 @@ - + + + + + + + @@ -58,8 +72,7 @@ - - + @@ -97,20 +110,21 @@ /> - - - - - + + + + + + + { this.paywayList = res.data }) + getVartexList().then((res) => { + this.vertexList = res.data + }) }, // 展开折叠 changeActive() {