| | |
| | | }); |
| | | } else if (item.type == 2) { |
| | | this.$router.push({ |
| | | path: "/toAppraisingthree", |
| | | query: { info: JSON.stringify(item) } |
| | | path: "/toAppraisingthree" |
| | | // query: { info: JSON.stringify(item) } |
| | | }); |
| | | } else { |
| | | this.$router.push({ |
| | | path: "/toAppraisingone", |
| | | query: { info: JSON.stringify(item) } |
| | | path: "/toAppraisingone" |
| | | // query: { info: JSON.stringify(item) } |
| | | }); |
| | | } |
| | | } |
| | |
| | | show:false,//打开推荐理由对话框 |
| | | cancelshow:false, |
| | | disabledsubmit: false, |
| | | infoData:JSON.parse(this.$route.query.info), |
| | | infoData:{}, |
| | | deptname: localStorage.getItem("dept_name"), |
| | | Categorylist:[], |
| | | newshowData:[], |
| | |
| | | temporaryindex:0, |
| | | temporaryindexdad:0, |
| | | canceltemporaryData:{}, |
| | | isVote:JSON.parse(this.$route.query.info).isVote |
| | | isVote:null |
| | | }; |
| | | }, |
| | | computed:{ |
| | |
| | | }, |
| | | mounted() { |
| | | localStorage.setItem("Appraising", "Appraising"); |
| | | this.infoData = this.$store.state.Appraisingitemdata; |
| | | this.infoData.jsonArr=[]; |
| | | this.isVote=this.infoData.isVote; |
| | | }, |
| | |
| | | show:false,//打开推荐理由对话框 |
| | | cancelshow:false, |
| | | disabledsubmit: false, |
| | | infoData:JSON.parse(this.$route.query.info), |
| | | infoData:{}, |
| | | deptname: localStorage.getItem("dept_name"), |
| | | Categorylist:[], |
| | | newshowData:[], |
| | | temporaryData:{}, |
| | | canceltemporaryData:{}, |
| | | isVote:JSON.parse(this.$route.query.info).isVote |
| | | isVote:null |
| | | }; |
| | | }, |
| | | computed:{ |
| | |
| | | }, |
| | | mounted() { |
| | | localStorage.setItem("Appraising", "Appraising"); |
| | | this.infoData = this.$store.state.Appraisingitemdata; |
| | | this.infoData.jsonArr=[]; |
| | | this.isVote=this.infoData.isVote |
| | | }, |