Commit 34e86a30 by liangzhen

跳转修复

1 parent 20f6d6de
......@@ -214,7 +214,7 @@ export default {
if (res.code == "200") {
// this.$router.go(-1);
this.$router.push({
path: "/mainLayout/auxiliaryInspection",
path: "/assesszc/auxiliaryInspection",
});
this.$message("提交成功");
......
......@@ -118,7 +118,7 @@
<!-- <router-link :to="`/mainLayout/assistedViewing/${scope.row.id}`">
<el-button type="text" size="small">{{scope.row.postEvalStateText}}</el-button>
</router-link> -->
<router-link :to="{path:'/mainLayout/auxiliaryInspection',query:{batchName:scope.row.batchName}}">
<router-link :to="{path:'/assesszc/auxiliaryInspection',query:{batchName:scope.row.batchName}}">
<el-button type="text" size="small">{{scope.row.postEvalStateText}}</el-button>
</router-link>
</template>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!