|
@@ -524,7 +524,7 @@
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
handelRouterTo(row) {
|
|
handelRouterTo(row) {
|
|
|
- window.history.pushState(null, '', '/page-qms/inspectionWork?businessId=' + row.id);
|
|
|
|
|
|
|
+ window.history.pushState(null, '', '/page-qms/inspectionWork?isWt=true&businessId=' + row.id);
|
|
|
// this.$router.push(path);
|
|
// this.$router.push(path);
|
|
|
},
|
|
},
|
|
|
getReportTemplateList() {
|
|
getReportTemplateList() {
|