关闭页签
This commit is contained in:
@@ -225,6 +225,7 @@ import VueDraggableResizable from 'vue-draggable-resizable'
|
||||
import 'vue-draggable-resizable/dist/VueDraggableResizable.css'
|
||||
import DataConfig from './form/DataConfig.vue'
|
||||
import ComponentConfig from "./form/componentConfig";
|
||||
import {mapActions} from "vuex"
|
||||
|
||||
export default {
|
||||
name: "designDashboard",
|
||||
@@ -310,6 +311,7 @@ export default {
|
||||
},
|
||||
|
||||
methods: {
|
||||
...mapActions(['closePage']),
|
||||
copy(link) {
|
||||
let oInput = document.createElement('input')
|
||||
oInput.value = link
|
||||
@@ -373,6 +375,7 @@ export default {
|
||||
} else {
|
||||
this.$router.back()
|
||||
}
|
||||
this.closePage()
|
||||
},
|
||||
save() {
|
||||
const {did: id} = this.$route.query, {dashboard} = this
|
||||
|
||||
Reference in New Issue
Block a user