Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
@@ -34,7 +34,7 @@ var subNode = new Vue({
},
computed: {
isFree () {
- return this.initData?.isFree
+ return this.infoRoot?.isFree
}
created () {