commit
This commit is contained in:
@@ -1357,7 +1357,13 @@ export default {
|
||||
this.$http.get('lawss/sarStandAttrDetails/getListData', '', {
|
||||
_this: this
|
||||
}, res => {
|
||||
this.options = res.data
|
||||
let option = []
|
||||
res.data.map(item => {
|
||||
if (item.sarType === 'STAND' || item.sarType === 'INLAND_STAND') {
|
||||
option.push(item)
|
||||
}
|
||||
})
|
||||
this.options = option
|
||||
})
|
||||
this.getTableData();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user