This commit is contained in:
yanran200730
2022-03-07 13:59:05 +08:00
parent 192e143b5c
commit 5274499468
4 changed files with 8 additions and 4 deletions

View File

@@ -461,7 +461,11 @@
return this.$message.error('请上传图片')
}
this.images.push(this.form.images)
this.images = [
...this.images,
...this.form.images
]
this.form.images = []
this.isShowAddImg = false
},

View File

@@ -620,7 +620,7 @@ const components = [
title: '',
moniterId: '',
monitorType: 'cmcc',
api: '/app/appzyvideoequipment/list',
api: '/app/appzyvideoequipment/list2',
border: 'border2',
sourceDataId: '',
dataType: 'staticData',