gaoluyang
2025-03-07 7951495e980a9e7db31e7dd127c1c4c9266bde34
src/views/CNAS/systemManagement/documentRecords/outDocumenRecordt.vue
@@ -431,7 +431,6 @@
      }).then(res => {
        this.checkLoading = false
        this.noCheckLoading = false
        if (res.code === 201) return
        this.$message({
          type: 'success',
          message: '操作成功!'
@@ -448,7 +447,6 @@
      })
        .then(() => {
          delManageRecordVerify({ id: row.id }).then((res) => {
            if (res.code == 201) return;
            this.$message.success("删除成功");
            this.getList0()
          });