Commit 0075902c authored by chuan.liu's avatar chuan.liu

移除测试数据

parent b6ba66f1
...@@ -95,8 +95,8 @@ export default { ...@@ -95,8 +95,8 @@ export default {
created() { created() {
const { id, taskId } = this.$route.query const { id, taskId } = this.$route.query
if (id) { if (id) {
this.conditions.id = 'f0a4a35931a696abca201c11bd2b02a3' || id this.conditions.id = id
this.conditions.bizId = 'f0a4a35931a696abca201c11bd2b02a3' || id this.conditions.bizId = id
this.conditions.taskId = taskId this.conditions.taskId = taskId
this.initDetail() this.initDetail()
this.flowPath() this.flowPath()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment