巡查上报
This commit is contained in:
@@ -113,7 +113,7 @@ export default {
|
|||||||
submit() { //status 1转交 2拒绝受理 3我已办结
|
submit() { //status 1转交 2拒绝受理 3我已办结
|
||||||
var url = '', successText = '', params = ''
|
var url = '', successText = '', params = ''
|
||||||
if (this.status == 1) {
|
if (this.status == 1) {
|
||||||
url = `/app/apppatrolreportinfo/transfer`
|
url = `/app/apppatrolreportinfov2/transfer`
|
||||||
successText = '转交成功'
|
successText = '转交成功'
|
||||||
params = {
|
params = {
|
||||||
...this.forms,
|
...this.forms,
|
||||||
|
|||||||
@@ -211,9 +211,9 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
toContent(status) {
|
toContent(status) {
|
||||||
if(status == 3 && !this.data.doRight) {
|
// if(status == 3 && !this.data.doRight) {
|
||||||
return this.$u.toast('没有办理权限')
|
// return this.$u.toast('没有办理权限')
|
||||||
}
|
// }
|
||||||
uni.navigateTo({url: `./Content?status=${status}&groupId=${this.data.groupId}&groupName=${this.data.groupName}&id=${this.id}`})
|
uni.navigateTo({url: `./Content?status=${status}&groupId=${this.data.groupId}&groupName=${this.data.groupName}&id=${this.id}`})
|
||||||
},
|
},
|
||||||
previewImage(images, img) {
|
previewImage(images, img) {
|
||||||
|
|||||||
Reference in New Issue
Block a user