src/views/CNAS/systemManagement/documentControl/components/ControlledFileApplication.vue
@@ -470,6 +470,7 @@ formData.append('state', this.type); // 文件名字段 formData.append('writer', this.currentInfo.writer); // 文件名字段 try { let res = await checkManageDocumentControlled(formData) this.checkLoading = false this.noCheckLoading = false @@ -482,6 +483,12 @@ this.$message({ message: '操作失败', type: 'error' }); return false } } catch (e) { this.checkLoading = false this.noCheckLoading = false } }, handleCheckSub(type) { this.type = type