Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

条件判断不充分 #17255

Closed
agamem opened this issue Aug 31, 2019 · 1 comment
Closed

条件判断不充分 #17255

agamem opened this issue Aug 31, 2019 · 1 comment
Labels

Comments

@agamem
Copy link

agamem commented Aug 31, 2019

const headerTrElm = headerWrapper.querySelector('.el-table__header tr');

当this.showHeader = false, headerWrapper = undefined 时,100行报错
97 if (this.showHeader && !headerWrapper) return;
98
99 // fix issue (#16956)
100 const headerTrElm = headerWrapper.querySelector('.el-table__header tr');
const noneHeader = this.headerDisplayNone(headerTrElm);

@element-bot
Copy link
Member

Hello, this issue has been closed because it does not conform to our issue requirements. Please submit issues with issue-generator. More info can be found in #3693.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants