Kaynağa Gözat

银农:完善待办已办

rongxin_dev
yangfuda 8 ay önce
ebeveyn
işleme
5921895f02
2 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +1
    -0
      src/views/yinnong/doneCompleted/completedNew.vue
  2. +4
    -1
      src/views/yinnong/doneCompleted/doneNew.vue

+ 1
- 0
src/views/yinnong/doneCompleted/completedNew.vue Dosyayı Görüntüle

@@ -129,6 +129,7 @@
getListReq(pageInfo) { getListReq(pageInfo) {
//console.log(pageInfo, this.queryParams.pageNum, this.queryParams.pageSize); //console.log(pageInfo, this.queryParams.pageNum, this.queryParams.pageSize);
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
this.$set(this.queryParams, "deptId", this.$store.state.user.deptId);
A_myTodoList(this.queryParams).then((response) => { A_myTodoList(this.queryParams).then((response) => {
//console.info(_this.taskList.length) //console.info(_this.taskList.length)
response.rows.forEach(res => { response.rows.forEach(res => {


+ 4
- 1
src/views/yinnong/doneCompleted/doneNew.vue Dosyayı Görüntüle

@@ -83,6 +83,8 @@
queryParams: { queryParams: {
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
systemType: null,
deptId: null,
}, },
activityBusinessTypeOptions:[], activityBusinessTypeOptions:[],
images:['../../../../static/images/yinnong/banner_02.jpg'], images:['../../../../static/images/yinnong/banner_02.jpg'],
@@ -114,7 +116,8 @@
} }
}, },
getListReq(pageInfo) { getListReq(pageInfo) {
//console.log(pageInfo, this.queryParams.pageNum, this.queryParams.pageSize);
//console.log(pageInfo, this.queryParams.pageNum, this.queryParams.pageSize)
this.$set(this.queryParams, "deptId", this.$store.state.user.deptId);
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
A_myDoneList(this.queryParams).then((response) => { A_myDoneList(this.queryParams).then((response) => {
//console.info(_this.taskList.length) //console.info(_this.taskList.length)


Yükleniyor…
İptal
Kaydet