删去多余代码

This commit is contained in:
qianlishi
2024-12-30 15:09:55 +08:00
parent f6c46c5540
commit 3c455d9c82

View File

@@ -47,7 +47,7 @@
watch(
() => unref(getProps).api,
(old, val) => {
() => {
loadData();
},
);