feat: 手机端国内/海外/企标-标准状态默认全部
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -110,7 +110,7 @@ export default {
|
||||
selectIndex: 'stand',
|
||||
selectValue: '',
|
||||
standSystem: [],
|
||||
textStatus: '现行有效',
|
||||
textStatus: '全部',
|
||||
selectType: 'titleSearch',
|
||||
standType: 'INLAND',
|
||||
page: 1,
|
||||
|
||||
Reference in New Issue
Block a user