mushencc %!s(int64=3) %!d(string=hai) anos
pai
achega
b35f28bef7
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/ProductionOrderList/Dispatchlist/details.vue

+ 3 - 1
src/views/ProductionOrderList/Dispatchlist/details.vue

@@ -572,7 +572,9 @@ export default {
       this.axios.post(url, data).then((res) => {
         if (res.code == 200) {
           this.$Message.success(res.msg);
-          this.getData(this.$route.query);
+           let data = {};
+      data = {...this.formData,...this.$route.query};
+          this.getData(data);
         }
       });
     },