fix : 修复新增研发投入资金bug

This commit is contained in:
2024-10-20 21:17:45 +08:00
parent ea9047ee2a
commit dfdaabeb48

View File

@@ -94,9 +94,8 @@ const sureSelectedCompany = (select) => {
} }
const cancelSelectedCompany=(select)=>{ const cancelSelectedCompany=(select)=>{
console.info("🚀 ~ file:add method:cancelSelectedCompany line:287 -----", select) // formData.value.rdCompanyId =''
formData.value.rdCompanyId ='' // formData.value.rdCompany =''
formData.value.rdCompany =''
selectedCompanyList.value = select selectedCompanyList.value = select
} }
const handleExpend = () => { const handleExpend = () => {
@@ -163,7 +162,6 @@ const handleSubmit = async (instance) => {
}) })
return; return;
} }
console.info("🚀 ~method:'formData.value.rdCompanyId -----", formData.value.rdCompanyId)
if (!formData.value.rdCompanyId) { if (!formData.value.rdCompanyId) {
ElNotification({ ElNotification({
title: '提示', title: '提示',