湖南公安
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
@@ -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()
|
||||
|
||||
55
src/project/police/AppPageResident/AppPageResident.vue
Normal file
55
src/project/police/AppPageResident/AppPageResident.vue
Normal 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>
|
||||
BIN
src/project/police/AppPageResident/img/header-bg.png
Normal file
BIN
src/project/police/AppPageResident/img/header-bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
BIN
src/project/police/AppPageResident/img/jmda.png
Normal file
BIN
src/project/police/AppPageResident/img/jmda.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
src/project/police/AppPageResident/img/jmqgl.png
Normal file
BIN
src/project/police/AppPageResident/img/jmqgl.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
BIN
src/project/police/AppPageResident/img/jmxxgl.png
Normal file
BIN
src/project/police/AppPageResident/img/jmxxgl.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
BIN
src/project/police/AppPageResident/img/police-logo.jpg
Normal file
BIN
src/project/police/AppPageResident/img/police-logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user