diff --git a/pkg_join/views/shop.vue b/pkg_join/views/shop.vue index 9c68221..2ce36dc 100644 --- a/pkg_join/views/shop.vue +++ b/pkg_join/views/shop.vue @@ -589,6 +589,9 @@ export default { this.$refs.shopForm.setRules(this.rules) }, methods: { + showTimePicker() { + this.$refs.TimePickerPopupRef.open() + }, changeRemove(state){ this.showRemove = state },