| | |
| | | topicobj: {}, |
| | | total: 1, |
| | | id: "", |
| | | ruleForm: {}, |
| | | ruleForm: { |
| | | templateName: "", |
| | | }, |
| | | rules: {}, |
| | | optionstag: [], |
| | | prefollowuplist: [], |
| | |
| | | RoutingDataProcessing() { |
| | | this.id = this.$route.query.id; |
| | | this.task = this.$route.query.task; |
| | | console.log(this.task,'task'); |
| | | console.log(this.task, "task"); |
| | | if (this.task) { |
| | | this.id = this.$route.query.id; |
| | | } |
| | |
| | | // 获取表单数据 |
| | | getvFollowup() { |
| | | getvFollowup({ id: this.id }).then((res) => { |
| | | if (res == 200 && res.data) { |
| | | this.ruleForm = res.data; |
| | | |
| | | this.tempDetpRelevanceslist = JSON.parse(this.ruleForm.deptNames); |
| | |
| | | this.processElement |
| | | ); |
| | | console.log(this.ruleForm.suitway); |
| | | } |
| | | }); |
| | | getillnesslist({ |
| | | pageNum: 1, |