Merge branch 'master' into 'dev_20230526_Mobile'

# Conflicts:
#   jero-web/src/common/lang/en-us.js
#   jero-web/src/common/lang/zh-cn.js
#   jero-web/src/components/tools/UserMenu.vue
This commit is contained in:
高嵩
2023-06-30 14:51:19 +08:00
85 changed files with 5126 additions and 1378 deletions
+6 -5
View File
@@ -458,8 +458,9 @@
},
toDoCenterClick(row, isTrue) {
let query = {}
if (!this.form.flowType) {
this.form.flowType = []
let flowType = ''
if (this.form.flowType && this.form.flowType instanceof Array){
flowType = this.form.flowType.join(',')
}
row.taskId = row.taskId + ''
if (row.taskId.length > 30) {
@@ -488,7 +489,7 @@
activeTab: this.activeTab,
checked: this.form.checked,
selectModel: this.form.selectModel,
searchFlowType: this.form.flowType.join(',')
searchFlowType: flowType
}
this.$router.push({
path: '/phoneProcessManagement',
@@ -512,7 +513,7 @@
goRouter: '/phoneToDoCenter',
searchValue: this.phoneQueryValue,
activeTab: this.activeTab,
searchFlowType: this.form.flowType.join(','),
searchFlowType: flowType,
checked: this.form.checked,
selectModel: this.form.selectModel
}
@@ -534,7 +535,7 @@
goRouter: '/phoneToDoCenter',
searchValue: this.phoneQueryValue,
activeTab: this.activeTab,
searchFlowType: this.form.flowType.join(','),
searchFlowType: flowType,
checked: this.form.checked,
selectModel: this.form.selectModel
}