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

editCellTable 不处于编辑状态,通过getDataSource获取的值修改,值修改了但是显示不发生变化 #922

Closed
VENI-VIDIVICI opened this issue Jul 16, 2021 · 2 comments

Comments

@VENI-VIDIVICI
Copy link

src\views\demo\table\EditCellTable.vue
function add() {
let data = getDataSource()
data.forEach(item => {
item.name7 = item.name1
})
}

@mynetfan
Copy link
Collaborator

你的版本说一下

@VENI-VIDIVICI
Copy link
Author

vben-admin@2.6.0 直接从main拉下来的

@github-actions github-actions bot locked and limited conversation to collaborators Sep 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants