|
@@ -153,6 +153,7 @@ export default {
|
|
|
imgUrl: imgUrl,
|
|
|
total: 0,
|
|
|
searchForm: {
|
|
|
+ bizId: -1,
|
|
|
clientType: null,
|
|
|
versionType: null,
|
|
|
curIndex: 1,
|
|
@@ -204,7 +205,7 @@ export default {
|
|
|
methods: {
|
|
|
async get_allTask() { // 获取全部任务
|
|
|
const res = await getVersionHomeTaskList({
|
|
|
- bizId: this.$bizId,
|
|
|
+ bizId: this.bizId,
|
|
|
curIndex: this.searchForm.curIndex,
|
|
|
pageSize: this.searchForm.pageSize,
|
|
|
versionType: this.searchForms.versionType,
|