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