产线转运

This commit is contained in:
2026-03-19 14:04:42 +08:00
parent 78d20c178b
commit 7e9bbb01b2
2 changed files with 19 additions and 3 deletions

View File

@@ -98,10 +98,11 @@
},
// 使用 onShow 确保每次进入页面(包括从后台切回)都能读取最新的缓存值
onShow() {
this._getRegion()
this.loadSelectedValue();
},
created () {
this._getRegion()
// console.log(2)
},
methods: {
async _getRegion () {