|
@@ -177,6 +177,7 @@ export default {
|
|
|
pageNum: 1,
|
|
|
pageSize: 1000,
|
|
|
jzid: this.detail.id,
|
|
|
+ yhzt: '已整改',
|
|
|
};
|
|
|
getFxdj(param).then((res) => {
|
|
|
// console.log(res);
|
|
@@ -188,14 +189,15 @@ export default {
|
|
|
jzid: this.detail.id,
|
|
|
// gcjzmc: this.detail.gcjzmc,
|
|
|
pageNum: 1,
|
|
|
- pageSize: 100,
|
|
|
+ yhjd: '待整改,待计划',
|
|
|
+ pageSize: 100
|
|
|
}).then((res) => {
|
|
|
this.yhList = res.data.rows;
|
|
|
});
|
|
|
getLshz({
|
|
|
pageNum: 1,
|
|
|
pageSize: 100,
|
|
|
- lshzjzid: this.detail.id,
|
|
|
+ lshzjzid: this.detail.id
|
|
|
}).then((res) => {
|
|
|
const list = [];
|
|
|
if (res.data.rows) {
|