Commit 246df27e by crushh

update: dist

parent 9ede8dd5
......@@ -1464,11 +1464,13 @@ export default {
ids.push(templateVal.valWidgetId);
}
if (!!newTime.length) {
newTime.forEach((ele, index) => {
if (!!ele.timeWidgetId) {
ids.push(ele.timeWidgetId)
}
});
setTimeout(_ => {
newTime.forEach((ele, index) => {
if (!!ele.timeWidgetId) {
this.getTemplateCodeById([ele.timeWidgetId]);
}
});
}, 200);
}
if(ids.length){
......
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