diff --git a/src/views/documentTool/documentSplit/DocumentSplitDetail.vue b/src/views/documentTool/documentSplit/DocumentSplitDetail.vue
index 0ab44c5c..d8f41024 100644
--- a/src/views/documentTool/documentSplit/DocumentSplitDetail.vue
+++ b/src/views/documentTool/documentSplit/DocumentSplitDetail.vue
@@ -5,7 +5,7 @@
-
+
{
if (res.success) {
this.treeData = res.result || []
}
}).finally(() => {
- this.loading = false
+ this.treeLoading = false
})
},
// 用于点击空白处隐藏增删改菜单
@@ -643,8 +644,8 @@ export default {
if (!fileName || typeof fileName !== 'string') {
fileName = '模板文件'
}
- downloadFile(this.url.downTemplateUrl, fileName + fileSuffix, {infoId: this.$route.query.infoId})
- },
+ downloadFile(this.url.downTemplateUrl, fileName + fileSuffix, { infoId: this.$route.query.infoId })
+ }
}
}