guoyuji
2023-10-08 7dbbcd0e54b4094e9f2b620197147e69911669c6
gmms/WebContent/js/static/js/vue.js
@@ -12012,7 +12012,8 @@
  return Vue;
}));
Vue.directive('preventreclick', {
Vue.directive('preventreclick', {//防止重复点击
   inserted(el, binding) {
        el.addEventListener('click', () => {
        if (!el.disabled) {
@@ -12024,3 +12025,6 @@
      })
    }
});