Browse Source

Merge branch 'developer' into static

yuwenjun 4 năm trước cách đây
mục cha
commit
9bf0980c8d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/supplier/user/add.vue

+ 1 - 1
src/views/supplier/user/add.vue

@@ -462,7 +462,7 @@ export default {
     handleShowInfo(index) {
       this.dialogTitle = '修改'
       this.currentIndex = index
-      this.formData2 = this.supplierBrands[index]
+      this.formData2 = this.clone(this.supplierBrands[index])
       this.prevBrandId = this.supplierBrands[index].brandId // 保存当前的品牌id
       this.fileList2 = [{ name: '', url: this.formData2.brandAuthLogo }]
       this.fileList3 = [{ name: '', url: this.formData2.statementImage }]