|
@@ -187,7 +187,7 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
async get_allTask() { // 获取全部任务
|
|
async get_allTask() { // 获取全部任务
|
|
const res = await getVersionHomeTaskList({
|
|
const res = await getVersionHomeTaskList({
|
|
- bizid: localStorage.getItem('bizId'),
|
|
|
|
|
|
+ bizId: localStorage.getItem('bizId'),
|
|
curIndex: this.searchForm.curIndex,
|
|
curIndex: this.searchForm.curIndex,
|
|
pageSize: this.searchForm.pageSize,
|
|
pageSize: this.searchForm.pageSize,
|
|
versionType: this.searchForms.versionType,
|
|
versionType: this.searchForms.versionType,
|