浏览代码

小问题

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()