镇农科公司任务改到镇合伙人公司

This commit is contained in:
chenbo 2023-11-23 15:30:54 +08:00
parent cb9cfdf0f2
commit f2a4ea7dce
2 changed files with 7 additions and 2 deletions

View File

@ -289,8 +289,13 @@ const formData = reactive({
if (route.query.id) { if (route.query.id) {
formData.task_scheduling = route.query.id; formData.task_scheduling = route.query.id;
} }
let type_value = "xxx"
if(route.query.company_type == 18) {
type_value = "task_type"
}
// //
apiTaskTypeList({ type_value: "task_type" }).then((res) => { apiTaskTypeList({ type_value: type_value}).then((res) => {
datalist.value = res.lists; datalist.value = res.lists;
}); });

View File

@ -150,7 +150,7 @@
</div> </div>
</el-card> </el-card>
<edit-admin-popup <edit-admin-popup
v-if="showEdit && companyType == 41" v-if="showEdit && companyType == 16"
ref="editRef" ref="editRef"
:dict-data="dictData" :dict-data="dictData"
@success="getLists" @success="getLists"