|
@@ -784,7 +784,7 @@ export default {
|
|
|
this.buttonLoading = false
|
|
|
})
|
|
|
} else {
|
|
|
- // this.form.photoList = this.form.photoList.split(',')
|
|
|
+ this.form.photoList = this.form.photoList.split(',')
|
|
|
addOrder(this.form).then(response => {
|
|
|
this.$modal.msgSuccess('新增成功')
|
|
|
this.open = false
|