修改手机端返回跳到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.phoneQueryValue = ''
this.form = { this.form = {
checked: false, checked: false,
selectModel: '0' selectModel: '0',
flowType:[],
} }
if (this.form.checked) { if (this.form.checked) {
this.form.mobileProcessing = '1' this.form.mobileProcessing = '1'
@@ -457,6 +458,9 @@
}, },
toDoCenterClick(row, isTrue) { toDoCenterClick(row, isTrue) {
let query = {} let query = {}
if (!this.form.flowType) {
this.form.flowType = []
}
row.taskId = row.taskId + '' row.taskId = row.taskId + ''
if (row.taskId.length > 30) { if (row.taskId.length > 30) {
row.taskId = '' row.taskId = ''
@@ -484,7 +488,7 @@
activeTab: this.activeTab, activeTab: this.activeTab,
checked: this.form.checked, checked: this.form.checked,
selectModel: this.form.selectModel, selectModel: this.form.selectModel,
searchFlowType: this.form.flowType.join(','), searchFlowType: this.form.flowType.join(',')
} }
this.$router.push({ this.$router.push({
path: '/phoneProcessManagement', path: '/phoneProcessManagement',