zhaoxiaohai 3 سال پیش
والد
کامیت
0ed2468e48
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 2 1
      packageA/project/modules/treaty/index.js
  2. 1 0
      packageA/project/modules/treaty/list/index.js

+ 2 - 1
packageA/project/modules/treaty/index.js

@@ -82,7 +82,8 @@ Component({
                             if (confirm) _Http.basic({
                             if (confirm) _Http.basic({
                                 "id": 20221027143802,
                                 "id": 20221027143802,
                                 "content": {
                                 "content": {
-                                    "sa_project_partiesids": [detail.item.sa_project_partiesid]
+                                    "sa_project_partiesids": [detail.item.sa_project_partiesid],
+                                    sa_projectid: detail.item.sa_projectid
                                 },
                                 },
                             }).then(res => {
                             }).then(res => {
                                 if (res.msg != '成功') return wx.showToast({
                                 if (res.msg != '成功') return wx.showToast({

+ 1 - 0
packageA/project/modules/treaty/list/index.js

@@ -30,6 +30,7 @@ Component({
                 "id": 20221116142502,
                 "id": 20221116142502,
                 "content": {
                 "content": {
                     "sa_project_partiesid": item.sa_project_partiesid,
                     "sa_project_partiesid": item.sa_project_partiesid,
+                    sa_projectid: item.sa_projectid,
                     type
                     type
                 },
                 },
             }).then(res => {
             }).then(res => {