瀏覽代碼

修复首页打开表单应收款弹窗无法正常显示bug

cfort 3 年之前
父節點
當前提交
dec8aaaba5
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/platform/data/dataTemplate/template-list.vue

+ 3 - 0
src/views/platform/data/dataTemplate/template-list.vue

@@ -40,10 +40,13 @@ export default {
         }
         this.$nextTick(() => {
           const defaultUrl = this.$route.meta.defaultUrl
+          const isDashboard = this.$route.name
           if (this.$utils.isNotEmpty(defaultUrl)) {
             // 判断地址是否正确
             const url = defaultUrl.split('/')
             this.dataTemplateId = url[url.length - 1]
+          } else if (isDashboard === 'dashboard') {
+            this.dataTemplateId = this.templateId
           } else {
             const params = this.$route.params
             this.dataTemplateId = params.id