湖南公安

This commit is contained in:
liuye
2022-06-15 14:26:38 +08:00
parent d2114c2193
commit 2b543c6d98
9 changed files with 67 additions and 10 deletions

View File

@@ -86,15 +86,12 @@ export default {
checkList.push(item)
}
})
if (!checkList.length) {
return this.$u.toast('请先选择部门')
} else {
uni.navigateBack({
success: () => {
uni.$emit("pagePicker:dept", checkList)
}
})
}
uni.navigateBack({
success: () => {
uni.$emit("pagePicker:dept", checkList)
}
})
}
},
}

View File

@@ -280,9 +280,14 @@ export default {
for(let key in this.formData) {
this.formData[key] = ''
}
this.formData.sendType = '0'
this.formData.fileListImg = []
this.formData.fileListVideo = []
this.formData.fileListFile = []
this.areaIdList = []
this.tagIdList = []
this.deptList = []
this.userList = []
},
back() {
uni.navigateBack()

View File

@@ -0,0 +1,55 @@
<template>
<div class="AppPageResident">
<AiListPage :label="label" :appList="appList" :headerBg="headerBg" />
</div>
</template>
<script>
export default {
name: 'AppPageResident',
appName: '智慧隆回-指尖警务',
data() {
return {
label: '智慧隆回-指尖警务',
appList: [
{
name: '居民信息管理',
icon: require('./img/police-logo.jpg'),
url: '../AppResidentFile/AppResidentFile'
},
// {
// name: '居民群管理',
// icon: require('./img/jmqgl.png'),
// url: '../AppResidentFile/AppResidentFile?tabIndex=2'
// },
{
name: '居民档案',
icon: require('./img/police-logo.jpg'),
url: '../AppPeopleList/AppPeopleList'
},
{
name: '消息群发',
icon: require('./img/police-logo.jpg'),
url: '../AppMessageNotification/AppMessageNotification'
}
],
headerBg: require('./img/header-bg.png'),
}
},
onShow() {
document.title = '智慧隆回-指尖警务'
},
methods: {
},
}
</script>
<style lang="scss" scoped>
uni-page-body{
height: 100%;
}
.AppPageResident{
height: 100%;
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -51,7 +51,7 @@ export default {
// 居民列表
getList() {
this.$http.post('/app/wxcp/wxcustomer/list', null, {
params: { ...this.page1, ...this.search, type: 1 },
params: { ...this.page1, ...this.search, type: 1, wxUserId: this.user.wxUserId, customerType: 1},
})
.then((res) => {
if (res?.data) {