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,