|
@@ -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 = []
|