This commit is contained in:
@@ -79,5 +79,6 @@
|
||||
"vite-plugin-mkcert": "^1.17.5",
|
||||
"vite-plugin-mock": "2.9.6",
|
||||
"vite-plugin-svg-icons": "^2.0.1"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user