bug修复、缓存优化

This commit is contained in:
alvis
2020-11-30 08:58:46 +08:00
parent 36e885ffde
commit 30a85560ab
12 changed files with 20 additions and 10 deletions

View File

@@ -239,6 +239,16 @@ export default {
},
resetForm () {
this.$refs['form'].resetFields()
this.form = {
id: null,
level: null,
subjectId: null,
paperType: 1,
limitDateTime: [],
name: '',
suggestTime: null,
titleItems: []
}
},
...mapActions('exam', { initSubject: 'initSubject' }),
...mapActions('tagsView', { delCurrentView: 'delCurrentView' })

View File

@@ -89,7 +89,7 @@ html {
.footer-main {
display: inline-block;
vertical-align: top;
margin-right: 110px;
margin-right: 70px;
.footer-main-link {
display: block;