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

You may have an infinite update loop in watcher with expression "picked" #67

Open
364378743 opened this issue Jun 15, 2023 · 0 comments

Comments

@364378743
Copy link

<v-selectpage :data="goodsList" sort="asc" :tb-columns="columns"
v-model="scope.row.comId"
key-field="id"
@values="validation"
show-field="goodsName"
ref="sp">

当设置@values之后,对添加或修改打开后,使用如下方法:
this.$refs.sp.remove();

会出现:
You may have an infinite update loop in watcher with expression "picked"

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