lilei 6 months ago
parent
commit
27167a30f6
2 changed files with 2 additions and 1 deletions
  1. 1 1
      public/version.json
  2. 1 0
      src/views/numsGoodsShelves/onlinePayInvoice/list.vue

+ 1 - 1
public/version.json

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

+ 1 - 0
src/views/numsGoodsShelves/onlinePayInvoice/list.vue

@@ -119,6 +119,7 @@ export default {
   methods: {
   methods: {
     // 选择客户
     // 选择客户
     custChange (obj, row) {
     custChange (obj, row) {
+      console.log(obj, row)
       if (row) {
       if (row) {
         this.queryParam.customerSn = row && row.customerSn || undefined
         this.queryParam.customerSn = row && row.customerSn || undefined
         this.queryParam.customerName = undefined
         this.queryParam.customerName = undefined