gaoluyang
2025-02-27 dbb368d910c38781d862dc394e13a7779183bd01
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