Commit 73c6dd2b authored by mzx's avatar mzx

Merge branch 'mengzixuan' of http://gitlab.91isoft.com:90/car-test/web into develop

parents 9fde894e 4129661b
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<div class="task-item"> <div class="task-item">
<span class="task-label">任务编号:</span> <span class="task-label">任务编号:</span>
<span class="task-content"> <span class="task-content">
{{ model.systemReviewTask.taskNo }} {{ task.taskNo }}
</span> </span>
</div> </div>
<div class="task-item"> <div class="task-item">
...@@ -37,12 +37,7 @@ ...@@ -37,12 +37,7 @@
<div class="task-item"> <div class="task-item">
<span class="task-label">任务状态:</span> <span class="task-label">任务状态:</span>
<span class="task-content"> <span class="task-content">
{{ {{ getDictData(dict.type.task_test_status, task.taskStatus) }}
getDictData(
dict.type.task_test_status,
model.systemReviewTask.taskStatus
)
}}
</span> </span>
</div> </div>
</div> </div>
...@@ -155,8 +150,8 @@ export default { ...@@ -155,8 +150,8 @@ export default {
methods: { methods: {
getRows3, getRows3,
getTest() { getTest() {
getBySubtaskId({ taskId: '1768527384203460609' }).then(res => { getBySubtaskId({ id: '1768527384203460609' }).then(res => {
if (res === 200) { if (res.code === 200) {
this.task = res.data this.task = res.data
} }
}) })
......
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