镇负责人收集任务
This commit is contained in:
parent
16c46dcf32
commit
5421d71140
@ -331,6 +331,7 @@ const showTargetTypeList = [
|
||||
"town_task_type_marketing_director_4",
|
||||
"town_task_type_marketing_director_3",
|
||||
"town_task_type_marketing_director_2",
|
||||
'town_task_type_master_3'
|
||||
];
|
||||
const showTarget = computed(() => {
|
||||
let flag = false;
|
||||
@ -507,6 +508,7 @@ const changeTaskType = async (e: any) => {
|
||||
if (item.id == e) {
|
||||
formData.title = item.name;
|
||||
formData.type_value = item.value;
|
||||
console.log(item.value,9999)
|
||||
// console.log(item.id, formData.type_value);
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user