|
@@ -342,12 +342,6 @@
|
|
|
this.queryInfo.pageSize = newSize
|
|
|
this.gettaskList()
|
|
|
},
|
|
|
-
|
|
|
- /** 监听页码的改变 */
|
|
|
- handleCurrentChange(newPage) {
|
|
|
- this.queryInfo.pageNum = newPage
|
|
|
- this.gettaskList()
|
|
|
- },
|
|
|
// 获取任务列表
|
|
|
async gettaskList() {
|
|
|
for (var key in this.queryInfo) {
|
|
@@ -490,7 +484,11 @@
|
|
|
// var val = this.selectedData;
|
|
|
this.pubarr = this.multipleSelection;
|
|
|
for (let i = 0; i < length; i++) {
|
|
|
+<<<<<<< HEAD
|
|
|
if (this.pubarr[i].ispublic == 1) {
|
|
|
+=======
|
|
|
+ if (this.pubarr[i].ispublic == '1') {
|
|
|
+>>>>>>> 9c66f874300f83f8c9576cb39d4f53743c4c6756
|
|
|
this.pubarr[i].ispublic = 2
|
|
|
canPub = 1
|
|
|
} else {
|