Commit 9def9918 authored by hubaoshan's avatar hubaoshan

招标管理 公司下拉框

parent f98cb432
...@@ -191,12 +191,13 @@ ...@@ -191,12 +191,13 @@
isExamine.value = true; isExamine.value = true;
} }
}); });
const cycle = await getTenderManagerMothCycel();
mothCycle.value = cycle;
console.log(cycle, "cycle")
const data = await getDepartmentList(); const data = await getDepartmentList();
console.log('data', data)
searchFormSchema[2].componentProps.options = data; searchFormSchema[2].componentProps.options = data;
console.log('data',searchFormSchema[2].componentProps.options) console.log('data',searchFormSchema[2].componentProps.options)
const cycle = await getTenderManagerMothCycel();
mothCycle.value = cycle;
console.log(cycle, "cycle")
}); });
function returnEdit() { function returnEdit() {
const fillCycle = mothCycle.value.fillCycle; const fillCycle = mothCycle.value.fillCycle;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment