修改手机端返回跳到pc的首页

This commit is contained in:
范强强
2023-06-28 11:46:52 +08:00
parent ff7f02984a
commit e725f3273d
+6 -2
View File
@@ -428,7 +428,8 @@
this.phoneQueryValue = ''
this.form = {
checked: false,
selectModel: '0'
selectModel: '0',
flowType:[],
}
if (this.form.checked) {
this.form.mobileProcessing = '1'
@@ -457,6 +458,9 @@
},
toDoCenterClick(row, isTrue) {
let query = {}
if (!this.form.flowType) {
this.form.flowType = []
}
row.taskId = row.taskId + ''
if (row.taskId.length > 30) {
row.taskId = ''
@@ -484,7 +488,7 @@
activeTab: this.activeTab,
checked: this.form.checked,
selectModel: this.form.selectModel,
searchFlowType: this.form.flowType.join(','),
searchFlowType: this.form.flowType.join(',')
}
this.$router.push({
path: '/phoneProcessManagement',