合并分支 'dev_20230526_Mobile' 到 'master'
修改手机端返回跳到pc的首页 查看合并请求 laws-nio/laws-weilai!340
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user