|
@@ -130,6 +130,7 @@ import EntInput from './components/SearchInput.vue'
|
|
|
import { getCustomQuery } from '@/api/modules'
|
|
|
import { mapState } from 'vuex'
|
|
|
import chinaMapJSON from '@/assets/js/china_area.js'
|
|
|
+import { InContainer } from '@/utils'
|
|
|
export default {
|
|
|
name: 'ent-search',
|
|
|
components: {
|
|
@@ -164,7 +165,7 @@ export default {
|
|
|
this.getList()
|
|
|
},
|
|
|
mounted() {
|
|
|
- this.isInIframe = window.goTemplateData?.inIframe || false
|
|
|
+ this.isInIframe = InContainer.inIframe
|
|
|
},
|
|
|
methods: {
|
|
|
resetListState() {
|