Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
@@ -164,7 +164,7 @@ export default {
this.getList()
},
mounted() {
- this.isInIframe = !window.goTemplateData?.inIframe || false
+ this.isInIframe = window.goTemplateData?.inIframe || false
methods: {
resetListState() {