spring
2025-03-07 45a54dc30f81bee5dcbac4e63acc5d766d0be536
src/views/CNAS/systemManagement/documentRecords/outDocumenRecordt.vue
@@ -170,7 +170,7 @@
              name: "批准",
              type: "text",
              clickFun: (row) => {
                this.handleSubmit(row);
                this.handleApproval(row);
              },
              disabled: (row) => {
                return !row.submitUserName || !!row.ratifyUserName
@@ -410,7 +410,7 @@
            type: 'success',
            message: '提交成功!'
          });
          this.refreshTable()()
          this.refreshTable()
        }).catch(err => { });
      })
    },
@@ -437,7 +437,7 @@
          type: 'success',
          message: '操作成功!'
        });
        this.refreshTable()()
        this.refreshTable()
        this.lookDialogVisible = false
      }).catch(err => { });
    },