This commit is contained in:
liang.chao 2025-12-02 17:59:45 +08:00
parent 114a21038a
commit 108344c820
1 changed files with 0 additions and 5 deletions

View File

@ -267,11 +267,6 @@ const handleRemove = async (row) => {
console.error('删除请求异常:', error) console.error('删除请求异常:', error)
} }
} }
//
onMounted(() => {
onLoad();
});
</script> </script>
<style scoped> <style scoped>