Commit 641da33b by 潘际乾

check

parent 85079043
...@@ -107,8 +107,10 @@ export default { ...@@ -107,8 +107,10 @@ export default {
Utils.positioningErrorMsg(fieldErrors, fields); Utils.positioningErrorMsg(fieldErrors, fields);
const tab = Utils.positioningErrorMsg(fieldErrors, fields); const tab = Utils.positioningErrorMsg(fieldErrors, fields);
if (tab) { if (tab) {
// tab切换之后,需出发tab-click的事件 if (tab.name !== this.getVM().tabVal) {
this.getVM().tabClick(tab); // 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