diff --git a/src/views/research-fund/add.vue b/src/views/research-fund/add.vue index 3e153ae..94d647c 100644 --- a/src/views/research-fund/add.vue +++ b/src/views/research-fund/add.vue @@ -94,9 +94,8 @@ const sureSelectedCompany = (select) => { } const cancelSelectedCompany=(select)=>{ - console.info("🚀 ~ file:add method:cancelSelectedCompany line:287 -----", select) - formData.value.rdCompanyId ='' - formData.value.rdCompany ='' + // formData.value.rdCompanyId ='' + // formData.value.rdCompany ='' selectedCompanyList.value = select } const handleExpend = () => { @@ -163,7 +162,6 @@ const handleSubmit = async (instance) => { }) return; } - console.info("🚀 ~method:'formData.value.rdCompanyId -----", formData.value.rdCompanyId) if (!formData.value.rdCompanyId) { ElNotification({ title: '提įĪš',