@@ -420,6 +420,7 @@ export default {
title: '生成完成',
icon: 'none'
});
+ that.clearPolling();
setTimeout(function () {
that.goPage("/pages/makedetail/makeDetail?id="+id +'&&queueId'+work_id)
}, 500);
@@ -443,6 +443,7 @@ export default {