|
|
@@ -36,7 +36,7 @@ Page({
|
|
|
console.log("跟进详情", res)
|
|
|
if (res.msg != '成功') {
|
|
|
wx.showToast({
|
|
|
- title: res.data,
|
|
|
+ title: res.msg,
|
|
|
icon: "none"
|
|
|
})
|
|
|
setTimeout(() => {
|
|
|
@@ -133,8 +133,9 @@ Page({
|
|
|
"id": 20220930121601,
|
|
|
content
|
|
|
}).then(res => {
|
|
|
+ console.log("保存跟进内容",res)
|
|
|
if (res.msg != '成功') return wx.showToast({
|
|
|
- title: res.data,
|
|
|
+ title: res.msg,
|
|
|
icon: "none"
|
|
|
});
|
|
|
wx.showToast({
|
|
|
@@ -168,13 +169,13 @@ Page({
|
|
|
"content.total": page.data.content.total + 1
|
|
|
});
|
|
|
wx.navigateBack();
|
|
|
- wx.navigateTo({
|
|
|
- url: `/packageA/setclient/modules/trace/detail/index?data=` + JSON.stringify({
|
|
|
- "sys_datafollowupid": res.data.sys_datafollowupid,
|
|
|
- "ownertable": this.data.ownertable,
|
|
|
- "ownerid": this.data.ownerid
|
|
|
- }),
|
|
|
- })
|
|
|
+ /* wx.navigateTo({
|
|
|
+ url: `/packageA/setclient/modules/trace/detail/index?data=` + JSON.stringify({
|
|
|
+ "sys_datafollowupid": res.data.sys_datafollowupid,
|
|
|
+ "ownertable": this.data.ownertable,
|
|
|
+ "ownerid": this.data.ownerid
|
|
|
+ }),
|
|
|
+ }) */
|
|
|
}
|
|
|
};
|
|
|
});
|