diff --git a/src/views/system/components/wangEditor.vue b/src/views/system/components/wangEditor.vue index 86dacfd..77770ed 100644 --- a/src/views/system/components/wangEditor.vue +++ b/src/views/system/components/wangEditor.vue @@ -1,700 +1,695 @@ - @@ -794,16 +789,16 @@ Boot.registerModule(parseHtmlConfmodule); // ::v-deep .el-textarea__inner { // color: black !important; diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index a1bfa48..32afb58 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -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,