走访慰问

This commit is contained in:
花有清香月有阴
2021-12-24 21:13:47 +08:00
parent a245d9eb0d
commit be28e6c511

View File

@@ -52,7 +52,7 @@ export default {
data() {
return {
DiyList: {},
userList: {},
userList: [],
keyword: '',
list: [
{
@@ -91,6 +91,7 @@ export default {
},
selectUser(item) {
this.userList = []
this.menuLevel3Name = item.menuLevel3Name
this.appId = item.id
this.$http.post(`/app/appapplicationinfo/list?appId=${item.id}&current=${this.current}&size=${99}`, { searchParam: this.keyword }).then((res) => {