zhaoxiaohai 3 gadi atpakaļ
vecāks
revīzija
0ed2468e48

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

@@ -82,7 +82,8 @@ Component({
                             if (confirm) _Http.basic({
                                 "id": 20221027143802,
                                 "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 => {
                                 if (res.msg != '成功') return wx.showToast({

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

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