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

clearNullRefs() 方法中,为什么设置整个list进去 #2759

Open
ZRR641182473 opened this issue Dec 12, 2023 · 3 comments
Open

clearNullRefs() 方法中,为什么设置整个list进去 #2759

ZRR641182473 opened this issue Dec 12, 2023 · 3 comments
Assignees
Labels
module/codeout Module/Codeout / 跟出码相关的issue

Comments

@ZRR641182473
Copy link

Describe the bug (required) / 详细描述 bug(必填)

出码中的utils中,设置时直接将整个list 数据全部放进去,但是get时只拿取第一个。在出码完后 利用this.$("refId") 获得的值一直是第一次设置进去的值,后面设置进去的值 不在list的第一项,导致无法获得到最新的所需值

A clear and concise description of what the bug is. / 请提供清晰且精确的 bug 描述
image


To Reproduce (required) / 如何复现 bug?(必填,非常重要)

Steps to reproduce the behavior: / 详细复现步骤:


English version example:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

中文版示例:

  1. 打开 demo
  2. 点击标题;
  3. 在右侧修改标题内容为「修改后的标题」;
  4. 渲染画布标题组件没有更新显示为「修改后的标题」;

Expected behavior (required) / 预期行为(必填,非常重要)

A clear and concise description of what did you expect to happen. / 请清晰和精确的描述你预期的行为


Screenshots (optional) / bug 截图(可选)

Sceenshots for further information. (If applicable.) / 一些有用的截图将会帮助我们更好的明确以及定位问题


Environments (please complete the following information) (required): / 请提供如下信息(必填)

  • AliLowCodeEngine version: [e.g. 1.0.0] / 低代码引擎版本
  • AliLowCodeEngineExt version: [e.g. 1.0.0] / 低代码引擎扩展包版本
  • Browser [e.g. chrome, safari] / 浏览器版本
  • materials / plugins / tools / 其他物料 / 插件 / 工具链版本

(this information can be collected via the manual plugin / 版本信息可通过低代码用户手册插件收集)

Additional context (optional) / 更多额外信息(可选)

Any other context of the problem here. / 可以追加更多的额外信息,帮助定位问题

@ZRR641182473 ZRR641182473 changed the title 为什么设置整个list进去 clearNullRefs() 方法中,为什么设置整个list进去 Dec 12, 2023
@JackLian
Copy link
Collaborator

是遇到bug了吗,现象是什么,如何复现,还是在咨询代码为什么这么写?如果是问代码,代码是从哪里截出来的,哪个文件行号是多少

@JackLian JackLian added the insufficient information Further information is requested / 信息不足,请补充信息 label Dec 12, 2023
Copy link

你好 @ZRR641182473,由于缺乏必要的信息(如 bug 重现步骤、引擎版本信息 等),无法定位问题,请按照 issue bug 模板 补全信息,也可以通过阅读 引擎的 issue 说明 了解什么类型的 issue 可以获得更好、更快的支持。

@ZRR641182473
Copy link
Author

在出码完成后出现了bug,dialog中的input框 第一次输入的值有效果,但是在第二次打开后 数据获取异常,代码在 https://github.com/alibaba/lowcode-engine/blob/main/modules/code-generator/src/plugins/project/utils.ts#L45

@JackLian JackLian added module/codeout Module/Codeout / 跟出码相关的issue and removed insufficient information Further information is requested / 信息不足,请补充信息 labels Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/codeout Module/Codeout / 跟出码相关的issue
Projects
None yet
Development

No branches or pull requests

3 participants