确认处理

This commit is contained in:
2022-10-14 16:05:55 +08:00
parent f95df039f3
commit a4fcb7e825
5 changed files with 29 additions and 17 deletions

View File

@@ -97,7 +97,7 @@
},
/** 初始化查询 */
async _queryRawFoil () {
let res = await _queryRawFoil(this.val1, this.val2, this.index)
let res = await queryRawFoil(this.val1, this.val2, this.index)
this.dataList = [...res.data]
}
}
@@ -109,6 +109,6 @@
width 92rpx
.slide_new table td:nth-child(2), .slide_new table th:nth-child(2)
position sticky
left 92rpx
left 89rpx
z-index 102
</style>