挂载分屏所需

This commit is contained in:
aixianling
2024-06-25 09:22:51 +08:00
parent eca9fc8196
commit 892979ef1a

View File

@@ -405,9 +405,9 @@ export default {
this.closePage() this.closePage()
}, },
save() { save() {
const {did: id} = this.$route.query, {dashboard} = this const {did: id, id: pid} = this.$route.query, {dashboard} = this
this.instance.post(`/app/appdiylargescreen/addOrUpdateLargeScreen`, { this.instance.post(`/app/appdiylargescreen/addOrUpdateLargeScreen`, {
id, id, pid,
config: JSON.stringify({ config: JSON.stringify({
config: this.componentList, config: this.componentList,
dashboard, dashboard,