镇农科公司任务改到镇合伙人公司
This commit is contained in:
parent
cb9cfdf0f2
commit
f2a4ea7dce
@ -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;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user