Commit 642c7aa9 authored by 13841799530's avatar 13841799530

二次确认功能

解润东
20220118
parent e04899ac
Pipeline #7863 passed with stage
in 10 seconds
......@@ -232,6 +232,7 @@ export default {
if(this.$route.params.name=='notice'){
//清空表单
this.value=""
this.notifyTypes=false
this.notifyType="1"
this.person=""
this.active=0
......@@ -365,11 +366,12 @@ export default {
this.noticeQuestionList.forEach((item)=>{
item.show=false
})
this.notifyType=Response.data.notifyType
this.notifyType=this.notifyType?this.notifyType.toString():'1'
this.notifyTypes=Response.data.notifyTypeEq2
/* ----详情---- */
if(this.isFinish){
this.person=Response.data.userName
this.notifyType=Response.data.notifyType
this.notifyTypes=Response.data.notifyTypeEq2
//获取选中状态数组
this.noticeQuestionList.forEach((item)=>{
if(item.checkSubmitId){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment