户口类型
This commit is contained in:
@@ -60,7 +60,7 @@ export default {
|
|||||||
computed: { ...mapState(['user']) },
|
computed: { ...mapState(['user']) },
|
||||||
methods: {
|
methods: {
|
||||||
getList(){
|
getList(){
|
||||||
this.$http.post(`/app/appresident/list?residentType=0&areaId=${this.areaId}&householdName=1¤t=${this.current}&con=${this.value}`).then((res) => {
|
this.$http.post(`/app/appresident/list?areaId=${this.areaId}&householdName=1¤t=${this.current}&con=${this.value}`).then((res) => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
res.data.records.map((item) => {
|
res.data.records.map((item) => {
|
||||||
item.checked = false
|
item.checked = false
|
||||||
|
|||||||
Reference in New Issue
Block a user