This commit is contained in:
liushiwei
2023-10-19 00:03:01 +08:00
parent 17986a574b
commit e52e62c1d5
7 changed files with 190 additions and 25 deletions

View File

@@ -343,6 +343,9 @@
created () {
this.$dict.load('rob_frequency');
},
activated () {
this.addressList = []
this.getAddressInfo();
},