| | |
| | | <el-input placeholder="请输入标题或者任务编号"></el-input> |
| | | </div> |
| | | <div class="btn"> |
| | | <el-button icon="el-icon-plus" type="primary">搜索</el-button> |
| | | <el-button icon="el-icon-search" type="primary">搜索</el-button> |
| | | <el-button icon="el-icon-delete">重置</el-button> |
| | | </div> |
| | | </div> |
| | |
| | | }, |
| | | }) |
| | | .then((res) => { |
| | | console.log(res); |
| | | }); |
| | | }, |
| | | // // 当前页改变触发事件 |
| | | // changeCurrentPage(page) { |
| | | // this.currentPage = page; |
| | | // this.getUserList(); |
| | | // }, |
| | | // // 上一页点击事件 |
| | | // handlePrev(page) { |
| | | // this.currentPage = page; |
| | | // this.getUserList(); |
| | | // }, |
| | | // // 下一页点击事件 |
| | | // handleNext(page) { |
| | | // this.currentPage = page; |
| | | // this.getUserList(); |
| | | // }, |
| | | }, |
| | | }; |
| | | </script> |
| | | <!-- sccg/system/portal/thirdApp/search --> |
| | | <style lang="scss" scoped> |
| | | .otherInterface { |
| | | header { |