优化订单标签不生效的问题

This commit is contained in:
gyq
2025-12-20 16:55:12 +08:00
parent e8e474d971
commit 244396bfcd
4 changed files with 12 additions and 6 deletions

View File

@@ -912,6 +912,12 @@ function getLocalGoods() {
} else {
form.value.useShops = [];
}
if (packageGoods.useTimes !== '') {
let times = packageGoods.useTimes.split('~');
startValue.value = times[0];
endValue.value = times[1];
}
}
}