工单
This commit is contained in:
@@ -135,7 +135,7 @@ export default {
|
||||
this.flag = true
|
||||
this.$http.post(`/app/apppatrolreportinfov2/addByGirdMember`, {...this.forms, ...this.forms.mapInfo}).then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast('事件添加成功')
|
||||
this.$u.toast('上报成功')
|
||||
uni.$emit('getListInit')
|
||||
setTimeout(() => {
|
||||
uni.navigateBack()
|
||||
|
||||
@@ -35,16 +35,10 @@ export default {
|
||||
text: '待办',
|
||||
component: 'List',
|
||||
},
|
||||
{
|
||||
img: require('./components/img/handle-icon.png'),
|
||||
activeImg: require('./components/img/handle-icon-active.png'),
|
||||
text: '历史',
|
||||
component: 'List',
|
||||
},
|
||||
{
|
||||
img: require('./components/img/statistics-icon.png'),
|
||||
activeImg: require('./components/img/statistics-icon-active.png'),
|
||||
text: '统计',
|
||||
text: '统计分析',
|
||||
component: 'Statistics',
|
||||
},
|
||||
],
|
||||
@@ -78,7 +72,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
document.title = '巡查上报'
|
||||
document.title = '工单管理'
|
||||
uni.$on('hideTab', () => {
|
||||
this.isTab = false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user