保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/element-ui/packages/date-picker/src/basic/time-spinner.vue
@@ -218,16 +218,16 @@
      },
      bindScrollEvent() {
        const bindFuntion = (type) => {
        const bindFunction = (type) => {
          this.$refs[type].wrap.onscroll = (e) => {
            // TODO: scroll is emitted when set scrollTop programatically
            // should find better solutions in the future!
            this.handleScroll(type, e);
          };
        };
        bindFuntion('hours');
        bindFuntion('minutes');
        bindFuntion('seconds');
        bindFunction('hours');
        bindFunction('minutes');
        bindFunction('seconds');
      },
      handleScroll(type) {