This commit is contained in:
闫晓茹 2024-04-12 13:13:29 +08:00
parent 1a48094632
commit 6f5b41c11c

View File

@ -362,6 +362,14 @@
placeholder="请输入话术简介"
/>
</el-form-item>
<el-form-item label="任务处理信息" prop="routeHandleRemark">
<el-input
type="textarea"
disabled
placeholder="请输入任务处理信息"
v-model="formlist.routeHandleRemark"
/>
</el-form-item>
</el-form>
</div>
</div>
@ -435,6 +443,10 @@ export default {
if (this.$route.query.textRemindContent) {
this.formlists.textRemindContent = this.$route.query.textRemindContent;
}
if( this.$route.query.routeHandleRemark){
this.formlist.routeHandleRemark =
this.$route.query.routeHandleRemark;
}
//
if (this.$route.query.taskType == "PROPAGANDA_ARTICLE") {
this.getPropagandaLIST();
@ -472,6 +484,8 @@ export default {
if (this.$route.query.routeHandleRemark) {
this.questiondata.routeHandleRemark =
this.$route.query.routeHandleRemark;
}
this.questiondata.subjectResultList.forEach((e) => {