入股甲方公司新增目标数

This commit is contained in:
weipengfei 2023-10-23 13:47:50 +08:00
parent 943a7224e0
commit f91a4f520b
2 changed files with 6 additions and 1 deletions

View File

@ -194,6 +194,7 @@ const formData = reactive({
check_status: 1,
remark: "",
});
//
const formRules = reactive<any>({
check_status: [

View File

@ -263,7 +263,11 @@ if (route.query.id) {
}
//
const showTargetTypeList = ["village_task_type_1", "village_task_type_4"];
const showTargetTypeList = [
"village_task_type_1",
"village_task_type_4",
"village_task_type_5"
];
const showTarget = computed(() => {
let flag = false;
if (showTargetTypeList.includes(formData.type_value)) flag = true;