修改
This commit is contained in:
parent
4dc9184867
commit
3561f70b13
File diff suppressed because one or more lines are too long
@ -583,7 +583,7 @@ export default {
|
||||
executionTime: "",
|
||||
appletPushSign: "0",
|
||||
officialPushSign: "0",
|
||||
messagePushSign: "0",
|
||||
messagePushSign: 0,
|
||||
taskSubdivisiontemplateType: "",
|
||||
officialRemindContent: "",
|
||||
messagePreview: "",
|
||||
@ -692,10 +692,21 @@ export default {
|
||||
this.totalNumber = res.data.totalNumber;
|
||||
res.data.specialDiseaseNodeList.forEach((e) => {
|
||||
console.log(e, "eeeeeeeeeeeeeeeee");
|
||||
e.messagePushSign = "" + e.messagePushSign;
|
||||
e.officialPushSign = "" + e.officialPushSign;
|
||||
if(e.messagePushSign){
|
||||
e.messagePushSign = "" + e.messagePushSign;
|
||||
|
||||
}if( e.officialPushSign ){
|
||||
e.officialPushSign = "" + e.officialPushSign;
|
||||
|
||||
}
|
||||
if(e.appletPushSign){
|
||||
e.appletPushSign = "" + e.appletPushSign;
|
||||
e.phonePushSign = "" + e.phonePushSign;
|
||||
|
||||
}
|
||||
if(e.phonePushSign){
|
||||
e.phonePushSign = ""+e.phonePushSign
|
||||
|
||||
}
|
||||
});
|
||||
this.lists = this.handleData(
|
||||
res.data.specialDiseaseNodeList,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user