卢龙
This commit is contained in:
@@ -84,7 +84,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
typeList() {
|
typeList() {
|
||||||
this.$http.post(`/app/appresidentreportgroup/list`, null, {
|
this.$http.post(`/app/apppatrolreportgroup/list`, null, {
|
||||||
params: {
|
params: {
|
||||||
size: 9999,
|
size: 9999,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ export default {
|
|||||||
appName: '巡查上报',
|
appName: '巡查上报',
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
component: 'Statistics',
|
component: 'List',
|
||||||
params: {},
|
params: {},
|
||||||
refresh: true,
|
refresh: true,
|
||||||
tabIndex: 0,
|
tabIndex: 0,
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ export default {
|
|||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
this.status = option.status
|
this.status = option.status
|
||||||
this.id = option.id
|
this.id = option.id
|
||||||
// this.forms.groupId = option.groupId
|
this.forms.groupId = option.groupId
|
||||||
// this.forms.groupName = option.groupName
|
this.forms.groupName = option.groupName
|
||||||
this.typeList()
|
this.typeList()
|
||||||
uni.$on('goback', (res) => {
|
uni.$on('goback', (res) => {
|
||||||
this.selectUser = res
|
this.selectUser = res
|
||||||
|
|||||||
Reference in New Issue
Block a user