This commit is contained in:
linfso 2024-06-03 08:48:15 +08:00
parent 646d92b554
commit aaf9b1a095

View File

@ -71,6 +71,7 @@
watch: {
value(newVal) {
this.svalue = newVal;
this.queryData();
},
svalue(newVal, oldVal) {
this.$emit("input", this.svalue);