优化订单标签不生效的问题
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user