|
@@ -10,6 +10,10 @@
|
|
|
</div>
|
|
|
</el-header>
|
|
|
<el-main style="background-color:white;">
|
|
|
+ <el-breadcrumb separator="/" style="margin-bottom: 10px;">
|
|
|
+ <el-breadcrumb-item :to="{ path: '/' }">主页</el-breadcrumb-item>
|
|
|
+ <el-breadcrumb-item>测试仿真记录</el-breadcrumb-item>
|
|
|
+ </el-breadcrumb>
|
|
|
<div class="topbar">
|
|
|
<el-form style=" background-color: rgba(0,0,0,0%);" :inline="true" :model="queryLine"
|
|
|
class="demo-form-inline">
|
|
@@ -99,7 +103,7 @@ onBeforeMount(() => {
|
|
|
})
|
|
|
|
|
|
function page() {
|
|
|
- axios.get('http://1.202.169.139:8081/open/scene/list?page=' + currentPage.value + '&size=' + pageSize.value,
|
|
|
+ axios.get('http://1.202.169.139:8081/open/scene/list?equipmentType=YI_DAO_JI_QI_REN&page=' + currentPage.value + '&size=' + pageSize.value,
|
|
|
{
|
|
|
headers: {
|
|
|
"Authorization": "4773hd92ysj54paflw2jem3onyhywxt2"
|