Commit 641da33b by 潘际乾

check

parent 85079043
......@@ -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);
}
}
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment