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