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 {
popupShow: true,
checkedKeys: [], // 选择的标准体系
textStatusName: '现行有效',
textStatusName: '全部',
standardSystemTreeData: [],
loading: false,
api: {
@@ -55,7 +55,7 @@ export default {
required: true
}
},
created () {
activated () {
this.getData()
},
methods: {
+1 -1
View File
@@ -110,7 +110,7 @@ export default {
selectIndex: 'stand',
selectValue: '',
standSystem: [],
textStatus: '现行有效',
textStatus: '全部',
selectType: 'titleSearch',
standType: 'INLAND',
page: 1,