feat: 广告模块,交班记录80%,等用户完成
This commit is contained in:
@@ -91,9 +91,6 @@ onMounted(() => {
|
||||
onBeforeUnmount(() => {
|
||||
eventBus.off('search')
|
||||
})
|
||||
eventBus.on('search', (res) => {
|
||||
getList(res)
|
||||
})
|
||||
async function getList(data = {}) {
|
||||
const res = await API.getPage({ page: datas.pagingConfig.pageNumber, size: datas.pagingConfig.pageSize, ...data })
|
||||
datas.tableData = res.records
|
||||
@@ -196,6 +193,10 @@ function currentChange(val) {
|
||||
}
|
||||
|
||||
// 图片库样式
|
||||
.showStyle:hover>.buttonstyle {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.upImgStyle {
|
||||
cursor: pointer;
|
||||
width: 148px;
|
||||
|
||||
Reference in New Issue
Block a user