Commit b7b238e1 authored by 黄奎's avatar 黄奎

页面修改

parent 705feebd
......@@ -67,7 +67,7 @@
ParentPlanId: 0, //父级节点编号
SourceUrl: "", //源文件路径
PlanFileExtension: "", //文件后缀名
PlanNodeType: 0, //节点类型(0-文件,1-文件夹)
PlanNodeType: 0, //教案类型(0-自动添加教案,1-上传教案)
ExtUrl: "", //上传生成文件路径
Remark: "", //备注
},
......
......@@ -59,7 +59,7 @@
ParentPlanId: 0, //父级节点编号
SourceUrl: "", //源文件路径
PlanFileExtension: "", //文件后缀名
PlanNodeType: 0, //节点类型(0-文件,1-文件夹)
PlanNodeType: 1, //教案类型(0-自动添加教案,1-上传教案)
ExtUrl: "", //上传生成文件路径
Remark: "", //备注
},
......
......@@ -56,7 +56,7 @@
<teachplan-form v-if="IsShowTeachForm" :CourseId="CourseId" :save-obj="teachPlanObj" @close="closeTeachSaveForm"
@success="refreshPage">
</teachplan-form>
<teachupload-form v-if="IsShowTeachUploadForm" :CourseId="CourseId" @close="closeTeachUploadForm"
<teachupload-form v-if="IsShowTeachUploadForm" :CourseId="CourseId" :save-obj="teachPlanObj" @close="closeTeachUploadForm"
@success="refreshPage">
</teachupload-form>
</div>
......
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