zwyao314 opened this issue 3 years ago · 1 comments
this.tabs.forEach(tab => { let formRef = this.$refs[tab.key]; if (tab.isForm) { let formValidator = formRef.validateForm(); // 该子组件的方法为undefined } });
请求修正