Hwt hace 3 años
padre
commit
5ea153d447
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      smart/src/views/vehicleAudit/detalis.vue

+ 1 - 0
smart/src/views/vehicleAudit/detalis.vue

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