Commit bee044ca authored by 高滢's avatar 高滢

feat(招标管理招标计划): 详情页删除逻辑

parent 8fc73b7e
......@@ -64,7 +64,7 @@
});
const dataSource = ref([]);
const loadingRef = ref(false);
const params = ref({ filingCycle: '2024', planType: '自投', company: '' });
const params = ref({ filingCycle: new Date().getFullYear(), planType: '自投', company: '' });
const [registerForm, { getFieldsValue, setFieldsValue, updateSchema }] = useForm({
labelWidth: 90,
baseColProps: { span: 24 },
......
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