|
@@ -61,12 +61,13 @@ const projectStage = ref([])
|
|
|
|
|
|
//搜索条件
|
|
//搜索条件
|
|
const searchForm = ref({
|
|
const searchForm = ref({
|
|
- targetPlan: '', year: '', workFocusStage: null,
|
|
|
|
|
|
+ targetPlan: '', workFocusStage: null,
|
|
current: 1, size: 20, total: 0,
|
|
current: 1, size: 20, total: 0,
|
|
})
|
|
})
|
|
const searchClick = () => {
|
|
const searchClick = () => {
|
|
- searchForm.value.current = 1
|
|
|
|
- getTableData()
|
|
|
|
|
|
+ console.log(searchForm.value)
|
|
|
|
+ //searchForm.value.current = 1
|
|
|
|
+ //getTableData()
|
|
}
|
|
}
|
|
|
|
|
|
//分页
|
|
//分页
|