确认处理
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user