This commit is contained in:
JyuHsin
2025-05-14 11:31:09 +08:00
parent a116a0c61c
commit 15bf8ad766
3 changed files with 10 additions and 4 deletions
@@ -262,6 +262,7 @@ layout("/layouts/platform.html"){
},
async created() {
this.pageData()
this.dzOptions = this.dzOptions.filter(d => ['江苏省', '浙江省', '上海市'].includes(d.label))
}
})
</script>