From 80588b29adcbfb392cd9802e8fb11240377a93c7 Mon Sep 17 00:00:00 2001
From: liyuetong
Date: Wed, 12 Jan 2022 09:17:32 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=85=B3=E4=BA=8E=E4=B8=AA=E9=99=A9?=
=?UTF-8?q?=E6=B8=A0=E9=81=93=E5=8D=8F=E5=90=8C=E4=BA=A7=E5=93=81=E4=B8=93?=
=?UTF-8?q?=E5=8C=BA=E7=B3=BB=E7=BB=9F=E5=BC=80=E5=8F=91=E9=9C=80=E6=B1=82?=
=?UTF-8?q?=E7=9A=84=E7=94=B3=E8=AF=B7=E3=80=91=E5=8D=8F=E5=90=8C=E4=BA=A7?=
=?UTF-8?q?=E5=93=81=E4=B8=93=E5=8C=BA=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/cooperativeUnit/CooperativeList.vue | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/views/ebiz/cooperativeUnit/CooperativeList.vue b/src/views/ebiz/cooperativeUnit/CooperativeList.vue
index 85f03cafa..3b6c7dd6a 100644
--- a/src/views/ebiz/cooperativeUnit/CooperativeList.vue
+++ b/src/views/ebiz/cooperativeUnit/CooperativeList.vue
@@ -104,6 +104,7 @@ export default {
async getLists() {
// 获取产品列表
const res = await getSpecialAreaProList({
+ specialAreaType: "XTUnit",
type: 'app'
})
console.log(res)