Prechádzať zdrojové kódy

照片添加转数组问题

wang_xy 1 rok pred
rodič
commit
d632161dd2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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