挂载分屏所需
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user