Browse Source

feat: 广东移动DICT工作台内列表跳转方式调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 9 months ago
parent
commit
061eb0b921
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/bigmember_pc/src/views/customer/Search.vue

+ 1 - 1
apps/bigmember_pc/src/views/customer/Search.vue

@@ -164,7 +164,7 @@ export default {
     this.getList()
     this.getList()
   },
   },
   mounted() {
   mounted() {
-    this.isInIframe = !window.goTemplateData?.inIframe || false
+    this.isInIframe = window.goTemplateData?.inIframe || false
   },
   },
   methods: {
   methods: {
     resetListState() {
     resetListState() {