2 커밋

2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
분할 보기
  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 파일 보기

@@ -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 파일 보기

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


불러오는 중...
취소
저장