flat: 暂存

This commit is contained in:
史典卓
2025-05-16 09:58:21 +08:00
parent 664352dea9
commit 127a75c0a8
4 changed files with 3 additions and 4 deletions

View File

@@ -17,6 +17,7 @@
v-model="searchValue"
placeholder="搜索职位名称"
placeholder-class="placeholder"
@confirm="searchBtn"
/>
</view>
<view class="search-btn button-click" @click="searchBtn">搜索</view>
@@ -112,7 +113,6 @@ function remove() {
}
function getJobList(type = 'add') {
console.log(type);
if (type === 'add' && pageState.page < pageState.maxPage) {
pageState.page += 1;
}