소스 검색

小问题

hbchen 2 년 전
부모
커밋
aab831dd59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/financialManagement/registrationPre.vue

+ 1 - 1
src/views/financialManagement/registrationPre.vue

@@ -156,7 +156,6 @@ const servicesChange=(value,type)=>{
 }
 
 watch(serviceType,(newVal)=>{
-  console.log(newVal);
   if(newVal==1 || newVal==2){
     dialog.registrationPreForm.IorPInfo.map(item =>{
       if(item.service_product_id!=newVal){
@@ -304,6 +303,7 @@ const dialogClosed=()=>{
   ]
   dialog.validityDate=[]
   dialog.selectServices=[]
+  serviceType.value=0
   serviceComposition.resetDisable(servicesList.value)
   setTimeout(()=>{
     registrationPreForm.value.clearValidate()