Explorar el Código

跳转到审批页面

lichao hace 3 años
padre
commit
242a194b11
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/startApproval.vue

+ 1 - 0
src/views/startApproval.vue

@@ -217,6 +217,7 @@ export default {
       this.visible = false;
       this.$emit("refreshDataList", this.dataForm.id, false);
       Object.assign(this.$data, this.$options.data.call(this));
+      this.$router.push({path: "/morePage/stock"});
     },
   },
 };