mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-12-12 05:37:05 +08:00
Fixed error with call service for list document statuses when a record is new (#430)
This commit is contained in:
parent
8779ff2441
commit
80f62e6fdd
@ -639,7 +639,7 @@ export default {
|
||||
return groupsList
|
||||
},
|
||||
setTagsViewTitle(actionValue) {
|
||||
if (this.getterPanel.isDocument && this.getterDataStore.isLoaded) {
|
||||
if (actionValue !== 'create-new' && !this.isEmptyValue(actionValue) && this.getterPanel.isDocument && this.getterDataStore.isLoaded) {
|
||||
this.$store.dispatch('listWorkflows', this.metadata.tableName)
|
||||
this.$store.dispatch('listDocumentStatus', {
|
||||
recordUuid: this.$route.query.action,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user