|
@@ -268,7 +268,9 @@ export default {
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs['formInline'].clearValidate()
|
|
|
})
|
|
|
+ console.log(this.fileList, 'bug')
|
|
|
this.fileList = []
|
|
|
+ this.fileDbList = []
|
|
|
this.formInline = {}
|
|
|
this.$set(this.formInline, 'creatorList', this.userNames)
|
|
|
this.$set(this.formInline, 'bizId', Number(localStorage.getItem('bizId')))
|