mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 20:19:16 +08:00
fix(测试跟踪): 测试计划报告导出为空白
This commit is contained in:
parent
a79a0050b8
commit
9c283335fe
@ -39,12 +39,16 @@ function planReportUse(id, template) {
|
||||
Vue.use(PiniaVuePlugin);
|
||||
Vue.use(pinia);
|
||||
|
||||
setTimeout(() => {
|
||||
new Vue({
|
||||
el: id,
|
||||
i18n,
|
||||
pinia,
|
||||
render: h => h(template)
|
||||
});
|
||||
// 不延迟页面渲染不出来
|
||||
}, 500);
|
||||
|
||||
}
|
||||
|
||||
export default planReportUse;
|
||||
|
Loading…
Reference in New Issue
Block a user