质量管理

This commit is contained in:
2024-07-22 16:49:10 +08:00
parent 506f12d405
commit 6aabe6dd90
17 changed files with 520 additions and 24 deletions

View File

@@ -410,7 +410,6 @@ export default {
handleDelete(row) {
this.$modal
.delConfirm(row.name)
.closeConfirm()
.then(function () {
return delDept(row.id);
})