This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zrd
/
report
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
删去多余代码
qianlishi
7 months ago
parent
f6c46c5540
commit
3c455d9c82
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
Report-V3-TS/src/components/Base/Jsq-select/src/Jsq-select.vue
+ 1
- 1
Report-V3-TS/src/components/Base/Jsq-select/src/Jsq-select.vue
View File
@@ -47,7 +47,7 @@
watch(
() => unref(getProps).api,
- (
old, val
) => {
+ () => {
loadData();
},
);