fix : 修复新增研发投入资金bug
This commit is contained in:
@@ -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: '提示',
|
||||||
|
|||||||
Reference in New Issue
Block a user