|
@@ -44,13 +44,14 @@ export default function WuYeTianJiaBaoXiu () {
|
44
|
44
|
setDataLock(true)
|
45
|
45
|
request({
|
46
|
46
|
...apis.AddGongDan,
|
47
|
|
- params: { taUserVerifyId: user.roomId },
|
48
|
47
|
data: {
|
49
|
48
|
ticketTitle: Title,
|
50
|
49
|
ticketContent: Desc,
|
51
|
50
|
type: 2,
|
52
|
51
|
repairType: repairType.typeId,
|
53
|
|
- imageUrl: PhotoUrl
|
|
52
|
+ imageUrl: PhotoUrl,
|
|
53
|
+ communityId: user.communityId,
|
|
54
|
+ taUserVerifyId: user.roomId
|
54
|
55
|
}
|
55
|
56
|
}).then((res) => {
|
56
|
57
|
Taro.showToast({ title: '报修提交成功', icon: 'none' })
|