@@ -21,7 +21,7 @@
computed: {},
watch: {
'$route'(to, from) {
- if (to.path.includes('reportForms/sourceLink')) {
+ if (to.path) {
this.getJmPrintBrowse(); // 重新加载数据
}