|
@@ -132,7 +132,7 @@ export default {
|
|
|
{ label: '地址', key: 'address' },
|
|
|
{ label: '备注', key: 'remarked', type: 'textarea' },
|
|
|
]
|
|
|
- params.pri_image = this.IMadd(params.pri_image)
|
|
|
+ // params.pri_image = this.IMadd(params.pri_image)
|
|
|
if (!params.sort) params.sort = 1
|
|
|
this.setDefaultValue(params)
|
|
|
},
|
|
@@ -144,7 +144,7 @@ export default {
|
|
|
const newForm = { ...oldform }
|
|
|
newForm.longitude = this.cObj.longitude
|
|
|
newForm.latitude = this.cObj.latitude
|
|
|
- newForm.pri_image = this.IMdel(newForm.pri_image)
|
|
|
+ // newForm.pri_image = this.IMdel(newForm.pri_image)
|
|
|
if (this.imagesArr && this.imagesArr.length > 0) {
|
|
|
newForm.images = this.imagesArr.join(',')
|
|
|
}
|