@@ -258,39 +259,35 @@
:options="standSortOptions"
clearable/>
-
+
-
{{ opt.label}}
-
-
+
+ {{ opt.label}}
+
-
+
+ {{ opt.label}}
+
-
{{ opt.label}}
@@ -1004,7 +1001,7 @@ export default {
standSort: '',
standNumber: '',
menuId: '',
- advanceSearchVOStr: ''
+ sarStandardsSearch: ''
},
searching: false,
stahndinfoList: [],
@@ -1748,9 +1745,9 @@ export default {
this.getDomesticStandardTable()
},
// 搜索
- getDomesticStandardTableBtn (advancedSearch) {
+ getDomesticStandardTableBtn (sarStandardsSearch) {
this.standCommonlySearch.page = 1
- this.standCommonlySearch.advanceSearchVOStr = JSON.stringify(advancedSearch) || ''
+ this.standCommonlySearch.sarStandardsSearch = JSON.stringify(sarStandardsSearch) || ''
this.getDomesticStandardTable(2)
},
// 清空搜索框
@@ -2045,7 +2042,6 @@ export default {
// this.$refs['sarStandardsInfoForm'].resetFields()
})
this.getOrgTreeSource()
- // this.changeInlandSubclassVal()
this.resolveFormFieldList()
Promise.all([this.queryDisplayLocation()]).then((values) => {
const [displayLocation] = values
@@ -2417,7 +2413,7 @@ export default {
data.standSort = ''
data.standNumber = ''
} else {
- data.advanceSearchVOStr = ''
+ data.sarStandardsSearch = ''
}
const formData = {...data}
formData.menuId = this.selectSarMenu.id
@@ -2441,6 +2437,7 @@ export default {
this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', formData, {
_this: this, loading: 'loading'
}, res => {
+ console.log('2441',formData);
this.isAdvancedSearch = false
if (res.ok) {
for (let i = 0; i < res.data.list.length; i++) {
@@ -2490,18 +2487,6 @@ export default {
}, e => {
})
},
- changeInlandSubclassVal () {
- this.sarStandardsInfoEO.standSort = ''
- this.$http.get('sys/dictype/pageStandClassify', {
- dicTypeCode: 'CN'
- }, {
- _this: this
- }, res => {
- this.standSortOptions = res.data
- this.standSortConfigOptions = res.data
- }, e => {
- })
- },
// 获取组织机构数据
getOrgTreeSource () {
this.$http.get('sys/org/getTree', {}, {
@@ -3565,7 +3550,6 @@ export default {
this.getGzzOption()
}, e => {
})
- // this.changeInlandSubclassVal()
this.getDomesticStandardTable()
// 加载所有的部门
this.getOrgTreeSource()