如何实现Vue中需求data数据间的相互调用?
- 内容介绍
- 文章标签
- 相关推荐
本文共计269个文字,预计阅读时间需要2分钟。
我遇到这种情况时,就会在data中查找数据。比如,我需要获取alertInfoType中的screeningCondition的type值,用Vue的都知道,我不能写成alertInfoType: this.screeningCondition.typ。
本文共计269个文字,预计阅读时间需要2分钟。
我遇到这种情况时,就会在data中查找数据。比如,我需要获取alertInfoType中的screeningCondition的type值,用Vue的都知道,我不能写成alertInfoType: this.screeningCondition.typ。

