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