Explorar el Código

task 银农手机端待办事项列表问题修改

rongxin_dev
庞东旭 hace 8 meses
padre
commit
c9700d8352
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. +2
    -1
      src/views/yinnong/doneCompleted/completedNew.vue
  2. +1
    -1
      src/views/yinnong/doneCompleted/doneNew.vue

+ 2
- 1
src/views/yinnong/doneCompleted/completedNew.vue Ver fichero

@@ -87,7 +87,7 @@
electronicSignature:"", electronicSignature:"",
queryParams: { queryParams: {
pageNum: 1, pageNum: 1,
pageSize:5,
pageSize:10,
systemType: null, systemType: null,
deptId: null, deptId: null,
}, },
@@ -142,6 +142,7 @@
if(this.activityBusinessTypeOptions){ if(this.activityBusinessTypeOptions){
this.activityBusinessTypeOptions.map(t => { this.activityBusinessTypeOptions.map(t => {
if(t.dictValue === res.businessType){ if(t.dictValue === res.businessType){
console.log('aaaaa')
res.businessType = t.dictLabel res.businessType = t.dictLabel
this.taskList.push(res) this.taskList.push(res)
} }


+ 1
- 1
src/views/yinnong/doneCompleted/doneNew.vue Ver fichero

@@ -82,7 +82,7 @@
total:0, total:0,
queryParams: { queryParams: {
pageNum: 1, pageNum: 1,
pageSize: 5,
pageSize: 10,
}, },
activityBusinessTypeOptions:[], activityBusinessTypeOptions:[],
images:['../../../../static/images/yinnong/banner_02.jpg'], images:['../../../../static/images/yinnong/banner_02.jpg'],


Cargando…
Cancelar
Guardar