Browse Source

bug 修复

lilei 2 năm trước cách đây
mục cha
commit
cdfa8832ef

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1659342279022
+  "version": 1659602429889
 }

+ 2 - 2
src/views/numsGoodsShelves/approveStore/authPass.vue

@@ -121,7 +121,7 @@
             </a-col>
             <a-col :span="12">
               <a-form-model-item label="关联客户" prop="customerSn">
-                <custList ref="custList" :isEnabled="true" @change="custChange" v-model="form.customerSn"></custList>
+                <custList ref="custList" :isEnabled="true" @change="custChange"></custList>
               </a-form-model-item>
             </a-col>
             <a-col :span="12" v-if="form.settleType == 'CREDIT'">
@@ -210,7 +210,7 @@ export default {
     },
     // 关联客户
     custChange (obj, row) {
-      this.form.customerSn = row ? obj.key : undefined
+      this.form.customerSn = row ? row.customerSn : undefined
     },
     //  图片上传
     changeImage1 (file) {