@ -602,7 +602,6 @@ export default {
},
// 脚本执行
scriptExecute (isInit = false) {
console.log(isInit)
if (this.dataForm.config.script) {
const javascript = this.dataForm.config.script
let scriptMethod = null
@ -37,6 +37,11 @@ export default {
}
mounted () {
const type = this.$route?.query?.type
if (type) {
this.activeType = type
this.$emit('getPageInfo', type)
methods: {
// 点击左侧组件
@ -220,7 +220,10 @@ export default {
backManagement () {
this.$router.push({
path: window.BS_CONFIG?.routers?.componentUrl || '/big-screen-components'
path: window.BS_CONFIG?.routers?.componentUrl || '/big-screen-components',
query: {
type: 'bizComponent'
})
save () {