数据动态查找以及动态赋值方法变更

This commit is contained in:
pixel
2020-11-19 17:24:05 +08:00
parent 0286d56e9c
commit a487266f5b
9 changed files with 67 additions and 26 deletions

View File

@@ -164,8 +164,7 @@ export default {
this.$router.push({
name: "workflowUse",
query: {
workflowId: row.id,
activeId:0,
workflowId: row.id
}
});
},