质量统计

This commit is contained in:
qianhao.xu
2023-12-12 22:34:16 +08:00
parent e3585a0204
commit b44d31a43d
5 changed files with 173 additions and 27 deletions

View File

@@ -570,7 +570,7 @@ export default {
})
.then(() => {
if (res.code == 200) {
if ((res.data = 1)) {
if ((res.data ==1)) {
this.$notify.success('删除成功')
this.getList()
} else {