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

使用替换数据,replace方法时,如果value为1、2、3这种的时候,会出现下拉列表重复的情况 #25

Open
fengzhentian opened this issue Jan 29, 2019 · 0 comments

Comments

@fengzhentian
Copy link

fengzhentian commented Jan 29, 2019

解决方法:
在Common.prototype.renderReplace方法里,将原有的
db[id] = dataArr;
替换为
db[id] = {};

image

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

No branches or pull requests

1 participant