初始状态清空
This commit is contained in:
@@ -558,8 +558,10 @@
|
|||||||
handlereset() {
|
handlereset() {
|
||||||
this.fileList = [],
|
this.fileList = [],
|
||||||
this.visible = false
|
this.visible = false
|
||||||
|
this.dataForm.Books = []
|
||||||
this.swiperfileList = []
|
this.swiperfileList = []
|
||||||
this.$refs['dataForm'].resetFields()
|
this.$refs['dataForm'].resetFields()
|
||||||
|
sessionStorage.setItem('Books', JSON.stringify([]))
|
||||||
// this.$refs['dataForm'].reset()
|
// this.$refs['dataForm'].reset()
|
||||||
},
|
},
|
||||||
// 失去焦点事件
|
// 失去焦点事件
|
||||||
|
|||||||
Reference in New Issue
Block a user