src/views/publicSecurity/components/auditBase.vue
@@ -101,11 +101,20 @@ this.getPlaceAddressListRequest(query) }, getPlaceAddressListRequest(query) { getList(1, 10, { neiName: query }).then(res => { this.standardAddressList = res.data.data.records; }) // 场所名称查询 if (this.type == 2) { getList(1, 10, { placeName: query }).then(res => { this.standardAddressList = res.data.data.records; }) } else { getList(1, 10, { neiName: query }).then(res => { this.standardAddressList = res.data.data.records; }) } }, handleSubmit(status) {