This commit is contained in:
liuye
2023-08-24 11:23:46 +08:00
parent e85da95a8b
commit feae5ed1d4
3 changed files with 4 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ export default {
},
methods: {
typeList() {
this.$http.post(`/app/appresidentreportgroup/list`, null, {
this.$http.post(`/app/apppatrolreportgroup/list`, null, {
params: {
size: 9999,
},

View File

@@ -24,7 +24,7 @@ export default {
appName: '巡查上报',
data() {
return {
component: 'Statistics',
component: 'List',
params: {},
refresh: true,
tabIndex: 0,

View File

@@ -66,8 +66,8 @@ export default {
onLoad(option) {
this.status = option.status
this.id = option.id
// this.forms.groupId = option.groupId
// this.forms.groupName = option.groupName
this.forms.groupId = option.groupId
this.forms.groupName = option.groupName
this.typeList()
uni.$on('goback', (res) => {
this.selectUser = res