|
@@ -121,9 +121,7 @@ function goContentDetails(e) {
|
|
}else if(e.infoType == 1){
|
|
}else if(e.infoType == 1){
|
|
proxy.$tab.navigateTo(`/pages/common/appMessage/nociteDetails?moduleId=${e.moduleId}`).then(() => {});
|
|
proxy.$tab.navigateTo(`/pages/common/appMessage/nociteDetails?moduleId=${e.moduleId}`).then(() => {});
|
|
}else if(e.infoType == 3){//OA消息
|
|
}else if(e.infoType == 3){//OA消息
|
|
- console.log(e)
|
|
|
|
if(e.infoContent){
|
|
if(e.infoContent){
|
|
- console.log(e.infoContent.includes("新的审批任务"))
|
|
|
|
if(e.infoContent){
|
|
if(e.infoContent){
|
|
if(e.infoContent.includes("新的审批任务")){
|
|
if(e.infoContent.includes("新的审批任务")){
|
|
proxy.$common.toPage(2,"todo")
|
|
proxy.$common.toPage(2,"todo")
|
|
@@ -158,7 +156,6 @@ function noticeDelete(e) {
|
|
* @api接口调用
|
|
* @api接口调用
|
|
*/
|
|
*/
|
|
function init(obj) {
|
|
function init(obj) {
|
|
- console.log(obj)
|
|
|
|
uni.setNavigationBarTitle({
|
|
uni.setNavigationBarTitle({
|
|
title: obj.typeName ? obj.typeName : "消息列表",
|
|
title: obj.typeName ? obj.typeName : "消息列表",
|
|
});
|
|
});
|
|
@@ -166,7 +163,6 @@ function init(obj) {
|
|
state.loading = true;
|
|
state.loading = true;
|
|
if(obj.id){
|
|
if(obj.id){
|
|
if(obj.type == 3){
|
|
if(obj.type == 3){
|
|
- console.log(4444)
|
|
|
|
if(obj?.oaType){
|
|
if(obj?.oaType){
|
|
proxy.$common.toPage(2,obj.oaType)
|
|
proxy.$common.toPage(2,obj.oaType)
|
|
}
|
|
}
|