caipin 4 năm trước cách đây
mục cha
commit
462ae59a07
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      web/api/contract_api.go

+ 2 - 1
web/api/contract_api.go

@@ -448,7 +448,8 @@ func (c *ContractApi) PostClose() {
 	}
 	// 1.项目节信息
 	sectionDetail := c.ServiceContract.Get(treeId, bidsectionId, projectIdInt, 0)
-	c.Ctx.JSON(iris.Map{"code": 0, "msg": "关闭成功", "section": sectionDetail})
+	contractDetail := c.ServiceContract.GetContract(id)
+	c.Ctx.JSON(iris.Map{"code": 0, "msg": "关闭成功", "section": sectionDetail, "contract": contractDetail})
 }
 
 // @Summary 解锁合同