feat: 手机端国内/海外/企标-标准状态默认全部

This commit is contained in:
zyn
2023-11-27 17:23:04 +08:00
parent 6c6814a4b9
commit 7e6ec986fc
2 changed files with 3 additions and 3 deletions
@@ -39,7 +39,7 @@ export default {
return { return {
popupShow: true, popupShow: true,
checkedKeys: [], // 选择的标准体系 checkedKeys: [], // 选择的标准体系
textStatusName: '现行有效', textStatusName: '全部',
standardSystemTreeData: [], standardSystemTreeData: [],
loading: false, loading: false,
api: { api: {
@@ -55,7 +55,7 @@ export default {
required: true required: true
} }
}, },
created () { activated () {
this.getData() this.getData()
}, },
methods: { methods: {
+1 -1
View File
@@ -110,7 +110,7 @@ export default {
selectIndex: 'stand', selectIndex: 'stand',
selectValue: '', selectValue: '',
standSystem: [], standSystem: [],
textStatus: '现行有效', textStatus: '全部',
selectType: 'titleSearch', selectType: 'titleSearch',
standType: 'INLAND', standType: 'INLAND',
page: 1, page: 1,