初始化

This commit is contained in:
2023-04-14 17:09:15 +08:00
parent d01108d021
commit 2d507175d1

View File

@@ -58,6 +58,9 @@
page: ''
};
},
created () {
this._materialQuery()
},
onLoad (options) {
this.page = options.page
},