BUG 30977
This commit is contained in:
@@ -74,7 +74,9 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getInfo(id) {
|
getInfo(id) {
|
||||||
this.component = null
|
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) {
|
if (res?.data) {
|
||||||
const config = JSON.parse(res.data.config)
|
const config = JSON.parse(res.data.config)
|
||||||
if (config.custom) {
|
if (config.custom) {
|
||||||
|
|||||||
Reference in New Issue
Block a user