Explorar o código

照片添加转数组问题

wang_xy hai 1 ano
pai
achega
d632161dd2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/gas/order/index.vue

+ 1 - 1
src/views/gas/order/index.vue

@@ -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