Kaynağa Gözat

银农:完善待办已办

rongxin_test
yangfuda 10 ay önce
ebeveyn
işleme
cf92eddc73
2 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. +2
    -1
      src/views/yinnong/doneCompleted/completedNew.vue
  2. +2
    -1
      src/views/yinnong/doneCompleted/doneNew.vue

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

@@ -111,7 +111,8 @@
}
},
getList() {
// this.$set(this.queryParams, "systemType", '4');
this.$set(this.queryParams, "systemType", '4');
this.$set(this.queryParams, "deptId", this.$store.state.user.deptId);
let _this = this;
if(this.loading){
setTimeout(() => {


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

@@ -98,7 +98,8 @@ done.vue<template>
},
getList() {
this.taskList = []
// this.$set(this.queryParams, "systemType", '4');
this.$set(this.queryParams, "systemType", '4');
this.$set(this.queryParams, "deptId", this.$store.state.user.deptId);
A_myDoneList(this.queryParams).then((response) => {
response.rows.map(res => {
// if(res.tableName?res.tableName.indexOf('t_homeapply')>0:""){


Yükleniyor…
İptal
Kaydet