mod(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-22 18:22:51 +08:00
parent 10ed1bb6d6
commit 2f11eae9d2
2 changed files with 3 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ const classList = ref([])
const getClassList = async () => {
isShowSpin.value = true
const res = await api.getGoodClass()
classList.value = res.data.data
classList.value = res.data.data.filter((item) => item.status !== 2)
if (row && type.value === 'edit') {
console.log(row)