Browse Source

跳转到审批页面

lichao 3 years ago
parent
commit
242a194b11
1 changed files with 1 additions and 0 deletions
  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"});
     },
   },
 };