28085
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
@@ -620,7 +620,7 @@ const components = [
|
||||
title: '',
|
||||
moniterId: '',
|
||||
monitorType: 'cmcc',
|
||||
api: '/app/appzyvideoequipment/list',
|
||||
api: '/app/appzyvideoequipment/list2',
|
||||
border: 'border2',
|
||||
sourceDataId: '',
|
||||
dataType: 'staticData',
|
||||
|
||||
Reference in New Issue
Block a user