Compare commits

...

2 Commits

Author SHA1 Message Date
fit2bot
f9f40cb3c9 feat: Update v3.10.11 2024-06-19 19:37:28 +08:00
w940853815
93ea7f034a Revert "fix: 待我审批列表页面默认过滤出还未审批的工单"
This reverts commit 91c44d0500.
2024-06-19 19:34:39 +08:00
5 changed files with 1813 additions and 1824 deletions

1
GITSHA Normal file
View File

@@ -0,0 +1 @@
93ea7f034ae8393b11370557ff786f67062ed913

View File

@@ -126,7 +126,6 @@ export default {
filterTags: {
handler() {
this.$emit('tag-search', this.filterMaps)
this.$eventBus.$emit('TagSearch', this.filterMaps)
},
deep: true
},

View File

@@ -81,7 +81,7 @@ export default {
},
{
label: this.$t('common.Version'),
value: 'version-dev'
value: 'v3.10.11'
},
{
label: this.$t('common.PermissionCompany'),

View File

@@ -201,9 +201,6 @@ export default {
return Object.assign({}, this.defaultTicketActions, this.extraTicketAction)
}
},
created() {
this.$eventBus.$on('TagSearch', this.handleTagSearchEvent)
},
mounted() {
setTimeout(() => {
this.loading = false
@@ -212,14 +209,6 @@ export default {
methods: {
reloadTable() {
this.$refs.ListPage.$refs.ListTable.$refs.ListTable.reloadTable()
},
handleTagSearchEvent(tags) {
if (tags.hasOwnProperty('state')) {
const delimiter = this.url.indexOf('?') === -1 ? '?' : '&'
this.ticketTableConfig.url = `${this.url}${delimiter}state=${tags.state}`
} else {
this.ticketTableConfig.url = this.url
}
}
}
}

3622
yarn.lock

File diff suppressed because it is too large Load Diff