|
|
@@ -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)
|