| | |
| | | custom-style="background: #4D80F0;" |
| | | safeAreaInsetTop |
| | | ></wd-navbar> |
| | | <!-- 增加一个搜索栏 --> |
| | | <wd-search v-model="searchValue" @search="handleSearch"></wd-search> |
| | | <!-- <wd-drop-menu v-if="!isSelectReq">--> |
| | | <!-- <wd-drop-menu-item--> |
| | | <!-- v-model="reqTypeId"--> |
| | |
| | | const reqTypeId = ref<number>(-1) |
| | | // 报修单处理状态 |
| | | const status = ref<number>(-1) |
| | | |
| | | const searchValue = ref<string>('') |
| | | const isSelectReq = ref(false) |
| | | |
| | | const filterDate = ref<string>('2') |
| | |
| | | const queryParams: any = { |
| | | pageNum, |
| | | pageSize, |
| | | params: {}, |
| | | params: { |
| | | searchValue: searchValue.value, |
| | | }, |
| | | } |
| | | // if (reqTypeId.value === -1) { |
| | | // delete queryParams.reqType |
| | |
| | | }) |
| | | } |
| | | |
| | | function handleSearch() { |
| | | console.log('handleSearch') |
| | | paging.value.reload() |
| | | } |
| | | |
| | | /** |
| | | * 条目点击事件 |
| | | * @param item |