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 @@ }) } });