质量管理

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

@@ -307,7 +307,7 @@ export default {
handleDelete(row) {
const id = row.id;
this.$modal
.confirm('是否确认删除"' + row.sectionName + '"?')
.delConfirm(row.buttonId)
.then(function () {
return deleteQualityInspectionBoxBtn(id);
})