Sfoglia il codice sorgente

文档发起审批后的提示

Alfyn 1 mese fa
parent
commit
8ab278497e
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      src/views/document/dashboard.vue

+ 6 - 0
src/views/document/dashboard.vue

@@ -3507,6 +3507,12 @@ export default {
         if (valid) {
           postApproval(this.approvalForm).then((res) => {
             this.visibleApproval = false
+            this.$message.success(this.$t('global.Initiate-Approval'))
+            if(this.currentType === 'library'){
+              this.libraryClick(this.libraryObj)
+            }else{
+              this.getDocOpenList()
+            }
             // if (res === '') {
             //   this.selectedRow = []
             //   this.selectedRowKeys = []