src/views/CNAS/systemManagement/internalAuditManagement/components/implementationPlan.vue
@@ -209,7 +209,6 @@ this.tableLoading = true pageInternalImplement({ ...entity, ...page }).then(res => { this.tableLoading = false if (res.code === 201) return this.tableData = res.data.records this.page.total = res.data.total }).catch(err => { @@ -243,7 +242,6 @@ this.tableLoading = true delInternalImplement({ implementId: row.implementId }).then(res => { this.tableLoading = false if (res.code === 201) return this.$message.success('删除成功') this.searchList() }).catch(err => {