|
@@ -61,8 +61,7 @@ export const useTrainStore = defineStore('useTrainStore', () => {
|
|
if (status === 200) {
|
|
if (status === 200) {
|
|
// eslint-disable-next-line no-undef
|
|
// eslint-disable-next-line no-undef
|
|
showToast('删除成功')
|
|
showToast('删除成功')
|
|
- console.log('id: ', id, list.value);
|
|
|
|
-
|
|
|
|
|
|
+ console.log('id: ', id, list.value)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|