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