| | |
| | | this.isVote=this.infoData.isVote; |
| | | }, |
| | | created() { |
| | | let data={evaluateTaskId:this.infoData.id} |
| | | let data={evaluateTaskId:this.$store.state.Appraisingitemdata.id} |
| | | evaluateTaskCategory(data).then(res=>{ |
| | | this.Categorylist=res.data.data.records; |
| | | let Data = { deptId: localStorage.getItem("dept_id") }; |
| | |
| | | this.isVote=this.infoData.isVote |
| | | }, |
| | | created() { |
| | | let data={evaluateTaskId:this.infoData.id} |
| | | let data={evaluateTaskId:this.$store.state.Appraisingitemdata.id} |
| | | evaluateTaskCategory(data).then(res=>{ |
| | | this.Categorylist=res.data.data.records; |
| | | this.Categorylist.forEach(item=>{ |