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() });