|
@@ -617,5 +617,13 @@ Page({
|
|
|
})
|
|
|
wx.hideLoading()
|
|
|
wx.navigateBack()
|
|
|
+ if (pages.data.disabled) api._post({
|
|
|
+ "id": 2025032710574302,
|
|
|
+ "content": {
|
|
|
+ "sa_workorderid": pages.data.bindSignNameData.ownerid
|
|
|
+ },
|
|
|
+ }).then(res => {
|
|
|
+ console.log("邮件通知", res)
|
|
|
+ })
|
|
|
},
|
|
|
})
|