Commit 0aee5927 authored by zhengke's avatar zhengke

修改

parent 5a7a2ffd
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<q-card-section class="q-pt-none scroll" style="max-height: 70vh"> <q-card-section class="q-pt-none scroll" style="max-height: 70vh">
<div class="row wrap"> <div class="row wrap">
<q-input filled stack-label maxlength="50" :dense="false" v-model="objOption.PaperName" ref="PaperName" <q-input filled stack-label maxlength="50" :dense="false" v-model="objOption.PaperName" ref="PaperName"
class="col-12 q-pr-lg q-pb-lg" label="文件夹名称" :rules="[val => !!val || '请填写文件夹名称']" /> class="col-12 q-pb-lg" label="文件夹名称" :rules="[val => !!val || '请填写文件夹名称']" />
</div> </div>
</q-card-section> </q-card-section>
<q-separator /> <q-separator />
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
PaperType: 1, //试卷类型(1-文件夹,2-试卷) PaperType: 1, //试卷类型(1-文件夹,2-试卷)
ParentId: 0, //上级文件夹编号 ParentId: 0, //上级文件夹编号
}, },
saveLoading:false
} }
}, },
created() { created() {
......
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