diff --git a/src/components/BusinessButton.vue b/src/components/BusinessButton.vue index 7ba330c..e043563 100644 --- a/src/components/BusinessButton.vue +++ b/src/components/BusinessButton.vue @@ -107,8 +107,10 @@ export default { Utils.positioningErrorMsg(fieldErrors, fields); const tab = Utils.positioningErrorMsg(fieldErrors, fields); if (tab) { - // tab切换之后,需出发tab-click的事件 - this.getVM().tabClick(tab); + if (tab.name !== this.getVM().tabVal) { + // tab切换之后,需出发tab-click的事件 + this.getVM().tabClick(tab); + } } } },