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

单元格直接联动 #496

Closed
LonelyAngul opened this issue Nov 6, 2019 · 1 comment
Closed

单元格直接联动 #496

LonelyAngul opened this issue Nov 6, 2019 · 1 comment
Labels
need help Extra attention is needed

Comments

@LonelyAngul
Copy link

(必填)请填写问题描述 Describe

博主你这个项目怎么运行起来呢?
Array.from(new Array(this.$utils.random(3, 8))).forEach(
(item, index) => {
pnameList.push({
label: ${ptype}-名称${index},
value: ${ptype}_${index}
});
}
);

这里的this.$utils方法在哪里注册的呢?

(必填)请填写能重现问题的链接,例如(jsfiddlecodesandboxjsrun) Reproduction link

?

请填写报错信息或截图 Error message or screenshots

?

(必填)请填写版本号 Version

"vxe-table": "^2.6.13",
"vxe-table-plugin-element": "^1.2.4",
"xe-utils": "^2.2.11"

@LonelyAngul LonelyAngul added the need help Extra attention is needed label Nov 6, 2019
@xuliangzhan
Copy link
Collaborator

#422

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need help Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants