常住人口登记修改

master
wanglei 1 year ago
parent 5e5b93a683
commit 4c1df32498

@ -2080,8 +2080,10 @@ export default {
};
},
created() {
if(this.$route.query.muId && this.$route.query.ywType){
this.queryParams.muId = this.$route.query.muId;
this.queryParams.ywType = this.$route.query.ywType;
}
this.getList();
},
methods: {
@ -2228,6 +2230,7 @@ export default {
},
/** 搜索按钮操作 */
handleQuery() {
console.log(33);
this.queryParams.pageNum = 1;
this.getList();
},

Loading…
Cancel
Save