|
@@ -269,7 +269,7 @@ export default {
|
|
|
this.$refs['formInline'].clearValidate()
|
|
|
})
|
|
|
this.fileList = []
|
|
|
- this.formInline = null
|
|
|
+ this.formInline = {}
|
|
|
this.$set(this.formInline, 'creatorList', this.userNames)
|
|
|
this.$set(this.formInline, 'bizId', Number(localStorage.getItem('bizId')))
|
|
|
if (e === 1) {
|