From 1c3044add3f8d07033fa0d9e2a5ac0bf5ec52380 Mon Sep 17 00:00:00 2001 From: slyang Date: Sun, 9 Jan 2022 14:33:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/yxDistributor.js | 7 ++++ src/views/shop/order/index.vue | 59 ++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/src/api/yxDistributor.js b/src/api/yxDistributor.js index d33da19..a5f6754 100644 --- a/src/api/yxDistributor.js +++ b/src/api/yxDistributor.js @@ -29,3 +29,10 @@ export function getInfo(id) { method: 'get' }) } + +export function queryDistributorList() { + return request({ + url: 'api/distributorList', + method: 'get' + }) +} diff --git a/src/views/shop/order/index.vue b/src/views/shop/order/index.vue index 7300d87..f68f173 100644 --- a/src/views/shop/order/index.vue +++ b/src/views/shop/order/index.vue @@ -32,6 +32,11 @@
新增 + + @@ -100,6 +105,11 @@ {{ scope.row.userDTO.nickname }} + + +