Forráskód Böngészése

Merge branch '17025' of http://119.23.210.103:3000/wy/lh_firm_former into 17025

wy 1 éve
szülő
commit
b3b175a630

+ 1 - 1
src/business/platform/data/templaterender/templates/list.vue

@@ -1021,7 +1021,7 @@ export default {
                 let src = ''
                 let src = ''
                 this.readonly = false
                 this.readonly = false
                 const { userId } = this.$store.getters || {}
                 const { userId } = this.$store.getters || {}
-                const [path, ...rest] = button.reportPath.split('&') || []
+                const [path, ...rest] = button.reportPath?.split('&') || []
                 switch (buttonType) {
                 switch (buttonType) {
                     case 'search': // 查询
                     case 'search': // 查询
                         ActionUtils.setFirstPagination(this.pagination)
                         ActionUtils.setFirstPagination(this.pagination)