Hwt пре 3 година
родитељ
комит
5ea153d447
1 измењених фајлова са 1 додато и 0 уклоњено
  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');
                 }
               })