标准法规清单
This commit is contained in:
@@ -628,7 +628,7 @@ export default {
|
||||
name: "OtherStandardDetails",
|
||||
params: {
|
||||
id: data.id,
|
||||
pageType: data.sarType
|
||||
pageType: data.standType
|
||||
}
|
||||
});
|
||||
window.open(routeUrl.href, "_blank");
|
||||
@@ -660,10 +660,10 @@ export default {
|
||||
//
|
||||
changeState(row) {
|
||||
let routeUrl = this.$router.resolve({
|
||||
name: "ComplianceDetails",
|
||||
name: "OtherStandardDetails",
|
||||
query: {
|
||||
sarId: row.resId,
|
||||
sarType: row.sarState
|
||||
id: data.id,
|
||||
pageType: this.standType
|
||||
}
|
||||
});
|
||||
window.open(routeUrl.href, "_blank");
|
||||
|
||||
Reference in New Issue
Block a user