From fdf16e86dc19e48157427fd695c4ff7c3735186d Mon Sep 17 00:00:00 2001 From: nisen Date: Wed, 9 Aug 2023 17:40:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=88=E4=BE=8B=E6=94=B9=E6=88=90155?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index 95e87324..d6c47028 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -574,7 +574,7 @@ export default { console.log(isBack, 'isBack'); // Promise.all([apiType.items("org_domain"), apiCase.majorTypes()]).then(rs => { // 90是测试环境,155是生产环境 - Promise.all([apiType.treeList(1,90,1), apiCase.majorTypes()]).then(rs => { + Promise.all([apiType.treeList(1,155,1), apiCase.majorTypes()]).then(rs => { if (rs[0].code == 200) { const {records} = rs[0].data records.forEach(item => {