|
@@ -431,6 +431,10 @@ export default {
|
|
|
/** 查询开项列表 */
|
|
|
getList() {
|
|
|
this.loading = true;
|
|
|
+ if (this.$route.query.status != null) {
|
|
|
+ this.queryParams.status = this.$route.query.status;
|
|
|
+ }
|
|
|
+ console.log(this.queryParams)
|
|
|
listOpenitem(this.queryParams).then(response => {
|
|
|
this.openitemList = response.rows;
|
|
|
this.total = response.total;
|