|
|
@@ -127,7 +127,7 @@ |
|
|
|
}, |
|
|
|
created() { |
|
|
|
this.queryParams.bookId = Cookies.get('bookId'); |
|
|
|
this.queryParams.deptId = Cookies.get('deptId'); |
|
|
|
this.queryParams2.bookId = Cookies.get('bookId'); |
|
|
|
this.getDicts("use_type").then((response) => { |
|
|
|
this.useTypeOptionsY = response.data; |
|
|
|
response.data.map(rr=>{ |
|
|
@@ -190,12 +190,16 @@ |
|
|
|
this.queryParams.useType = val; |
|
|
|
this.queryParams.pageNum = 1; |
|
|
|
this.applicationList = []; |
|
|
|
this.loading = true; |
|
|
|
this.finished = false; |
|
|
|
this.getList(); |
|
|
|
}, |
|
|
|
changeUseType2(val){ |
|
|
|
this.queryParams2.useType = val; |
|
|
|
this.queryParams2.pageNum = 1; |
|
|
|
this.applicationList2 = []; |
|
|
|
this.loading2 = true; |
|
|
|
this.finished2 = false; |
|
|
|
this.getList2(); |
|
|
|
}, |
|
|
|
formatter(type, val) { |
|
|
|