This commit is contained in:
zhutianqi
2021-08-06 10:16:20 +08:00
parent 143e25daa6
commit e6c9e97d9b
7 changed files with 92 additions and 76 deletions
@@ -353,7 +353,7 @@ export default {
showRegionId: '',
selVal: '',
isSearch: '1',
sarType: '',
sarType: 'STAND',
isWarn: '1'
},
attrTypeOptions: [
@@ -561,7 +561,7 @@ export default {
queryDisplayLocationList (sarType) {
return new Promise((resolve, reject) => {
this.$http.get('lawssBase/utArea/getAreaList', {
sarType: 'INLAND_STAND'
sarType: sarType
}, {
_this: this
}, res => {