Procházet zdrojové kódy

银农:完善待办已办

rongxin_test
yangfuda před 11 měsíci
rodič
revize
cf92eddc73
2 změnil soubory, kde provedl 4 přidání a 2 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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:""){


Načítá se…
Zrušit
Uložit