@@ -235,6 +235,7 @@ export default {
if (this.ruleForm.resource == 1) {
this.parkcarAudit();
} else if (this.ruleForm.resource == 2) {
+ this.params.callback();
this.$emit('close');
}
})