This commit is contained in:
weipengfei 2023-09-23 16:30:08 +08:00
parent 2942a69cb1
commit b7bcb6839f

View File

@ -41,7 +41,7 @@
let dict = await dictDataListsTypeValue({ let dict = await dictDataListsTypeValue({
type_value: 'town_task_type' type_value: 'town_task_type'
}) })
dict.forEach((item)=>{ dict.data.forEach((item)=>{
if(item.id==this.taskInfo.type){ if(item.id==this.taskInfo.type){
this.remark = item.remark; this.remark = item.remark;
} }