BUG 30977

This commit is contained in:
aixianling
2022-08-29 10:55:16 +08:00
parent fc395682d8
commit 3d58a98b38

View File

@@ -74,7 +74,9 @@ export default {
methods: {
getInfo(id) {
this.component = null
id && this.instance.post(`${this.urlPrefix}/appdiylargescreen/queryLargeScreenDetailById?id=${id}`).then(res => {
id && this.instance.post(`${this.urlPrefix}/appdiylargescreen/queryLargeScreenDetailById?id=${id}`, null, {
throttle: 2000
}).then(res => {
if (res?.data) {
const config = JSON.parse(res.data.config)
if (config.custom) {