Commit 9ede8dd5 by crushh

update: 控件详情返回

parent a4036d64
......@@ -1463,17 +1463,14 @@ export default {
if (!!templateVal.valWidgetId) {
ids.push(templateVal.valWidgetId);
}
if (!!newTime.length) {
setTimeout(_ => {
newTime.forEach((ele, index) => {
if (!!ele.timeWidgetId) {
this.getTemplateCodeById([ele.timeWidgetId]);
}
});
}, 200);
newTime.forEach((ele, index) => {
if (!!ele.timeWidgetId) {
ids.push(ele.timeWidgetId)
}
});
}
console.log(ids)
if(ids.length){
this.getTemplateCodeById(ids);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment