feat: 手机端国内/海外/企标-标准状态默认全部
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user