标准合规评估流程 项目评估结果后台查询bug~~~~
This commit is contained in:
+3
-1
@@ -327,7 +327,8 @@ export default {
|
|||||||
pageSize: this.$store.getters.userInfo.configContent,
|
pageSize: this.$store.getters.userInfo.configContent,
|
||||||
sarProStateEO: {
|
sarProStateEO: {
|
||||||
productName: "",
|
productName: "",
|
||||||
standId: ""
|
standId: "",
|
||||||
|
type: ""
|
||||||
},
|
},
|
||||||
sarProStateTotal: 0,
|
sarProStateTotal: 0,
|
||||||
sarProStateTotalPage: 1,
|
sarProStateTotalPage: 1,
|
||||||
@@ -382,6 +383,7 @@ export default {
|
|||||||
this.queryStandAndLaws();
|
this.queryStandAndLaws();
|
||||||
}, // 外层清空条件查询
|
}, // 外层清空条件查询
|
||||||
handleProjectCompliance(row) {
|
handleProjectCompliance(row) {
|
||||||
|
this.sarProStateEO.type = row.type
|
||||||
this.standId = row.standId;
|
this.standId = row.standId;
|
||||||
this.querySarProStateZero();
|
this.querySarProStateZero();
|
||||||
}, // 查看项目符合性
|
}, // 查看项目符合性
|
||||||
|
|||||||
Reference in New Issue
Block a user