xiaohaizhao 1 éve
szülő
commit
749a84f772
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      packageA/borrow/index.js

+ 1 - 2
packageA/borrow/index.js

@@ -107,7 +107,6 @@ Page({
                             }
                         })}&radio=false`,
                         success() {
-                            that.data.sys_enterpriseid = item.sys_enterpriseid;
                             getApp().globalData.handleSelect = that.handleCreated.bind(this);
                         }
                     })
@@ -205,7 +204,7 @@ Page({
                     "content": {
                         "sa_contractid": e.id[0],
                         "sa_orderid": 0,
-                        "sys_enterpriseid": that.data.sys_enterpriseid
+                        "sys_enterpriseid": e.item.sys_enterpriseid
                     }
                 }).then(res => {
                     console.log("按套", res)