This commit is contained in:
parent
114a21038a
commit
108344c820
|
|
@ -267,11 +267,6 @@ const handleRemove = async (row) => {
|
|||
console.error('删除请求异常:', error)
|
||||
}
|
||||
}
|
||||
|
||||
// 初始加载
|
||||
onMounted(() => {
|
||||
onLoad();
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
|
|
|||
Loading…
Reference in New Issue