Explorar el Código

报价费用审核tab页切换逻辑优化

@dongkboy hace 5 días
padre
commit
a28ed06161
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/representative/quoteApproval.vue

+ 1 - 1
src/views/representative/quoteApproval.vue

@@ -612,6 +612,7 @@ const AgreementInfo = ref();//协议对象
 const ruleInfo = ref();//规则对象
 
 const handleClick = (pane: any) => {
+  resetForm();
   if (pane.props.name == 'pendingReview') {
     formInline.auditStatus = '0';
     findpage("0");
@@ -622,7 +623,6 @@ const handleClick = (pane: any) => {
     formInline.auditStatus = '2';
     findpage("2");
   }
-  resetForm();
 
 }