Commit 38573465 authored by 小费同学阿's avatar 小费同学阿 💬

项目库-前7个的详情抽屉点击确定关闭

parent 5473329b
......@@ -52,4 +52,9 @@
console.log('年度资金计划res的值详情', res);
setFieldsValue(res);
}
// 点击确认按钮关闭详情
async function handleSubmit() {
closeDrawer();
}
</script>
......@@ -52,4 +52,8 @@
console.log('招标管理res的值详情', res);
setFieldsValue(res);
}
// 点击确认按钮关闭详情
async function handleSubmit() {
closeDrawer();
}
</script>
......@@ -51,4 +51,8 @@
console.log('投资计划res的值详情', res);
setFieldsValue(res);
}
// 点击确认按钮关闭详情
async function handleSubmit() {
closeDrawer();
}
</script>
......@@ -52,4 +52,8 @@
console.log('已竣工验收项目陈欠资金计划res的值详情', res);
setFieldsValue(res);
}
// 点击确认按钮关闭详情
async function handleSubmit() {
closeDrawer();
}
</script>
......@@ -52,4 +52,8 @@
console.log('投资计划res的值详情', res);
setFieldsValue(res);
}
// 点击确认按钮关闭详情
async function handleSubmit() {
closeDrawer();
}
</script>
......@@ -52,4 +52,8 @@
console.log('月度资金res的值详情', res);
setFieldsValue(res);
}
// 点击确认按钮关闭详情
async function handleSubmit() {
closeDrawer();
}
</script>
......@@ -52,4 +52,8 @@
console.log('计划完成res的值详情', res);
setFieldsValue(res);
}
// 点击确认按钮关闭详情
async function handleSubmit() {
closeDrawer();
}
</script>
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