From 7e6ec986fcdd65915d2862cb52b8c8e643e344ff Mon Sep 17 00:00:00 2001 From: zyn Date: Mon, 27 Nov 2023 17:23:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=8B=E6=9C=BA=E7=AB=AF=E5=9B=BD?= =?UTF-8?q?=E5=86=85/=E6=B5=B7=E5=A4=96/=E4=BC=81=E6=A0=87-=E6=A0=87?= =?UTF-8?q?=E5=87=86=E7=8A=B6=E6=80=81=E9=BB=98=E8=AE=A4=E5=85=A8=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/phone/components/standardSystemPopup.vue | 4 ++-- src/pages/phone/domesticStand/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/phone/components/standardSystemPopup.vue b/src/pages/phone/components/standardSystemPopup.vue index 9c680cfd3..2f7c8f733 100644 --- a/src/pages/phone/components/standardSystemPopup.vue +++ b/src/pages/phone/components/standardSystemPopup.vue @@ -39,7 +39,7 @@ export default { return { popupShow: true, checkedKeys: [], // 选择的标准体系 - textStatusName: '现行有效', + textStatusName: '全部', standardSystemTreeData: [], loading: false, api: { @@ -55,7 +55,7 @@ export default { required: true } }, - created () { + activated () { this.getData() }, methods: { diff --git a/src/pages/phone/domesticStand/index.vue b/src/pages/phone/domesticStand/index.vue index 5e83ba1c0..0e597c8ed 100644 --- a/src/pages/phone/domesticStand/index.vue +++ b/src/pages/phone/domesticStand/index.vue @@ -110,7 +110,7 @@ export default { selectIndex: 'stand', selectValue: '', standSystem: [], - textStatus: '现行有效', + textStatus: '全部', selectType: 'titleSearch', standType: 'INLAND', page: 1,