소스 검색

照片添加转数组问题

wang_xy 2 년 전
부모
커밋
d632161dd2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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