From e2c3d91242be8953c5d73ddddc04839b22a9f1e1 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 14 十一月 2023 14:56:45 +0800
Subject: [PATCH] 	new file:   src/const/crud/customerOrder/customerOrderForm.js 	modified:   src/views/common/ztt-table.vue 	modified:   src/views/plan/customerorder/index.vue 	modified:   src/views/plan/customerorder/sample-customerorder-form.vue

---
 src/views/basic/template/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/basic/template/index.vue b/src/views/basic/template/index.vue
index 0880d7a..477a137 100644
--- a/src/views/basic/template/index.vue
+++ b/src/views/basic/template/index.vue
@@ -177,6 +177,7 @@
 } from '@/api/basic/template'
 import TableForm from './template-form'
 import ttable from '@/views/common/ztt-table.vue'
+import { getStore } from '@/util/store.js'
 import ParamDialog from '@/views/common/param.vue'
 import { mapGetters } from 'vuex'
 import {
@@ -301,8 +302,7 @@
       },
       addOrUpdateVisible: false,
       paramTemplateOption: {
-        maxHeight: 450,
-        height: 450,
+        height: '66vh',
         loadingText: "Loading...",
         columnBtn: false,
         index: true,
@@ -375,6 +375,10 @@
   computed: {
     ...mapGetters(['permissions'])
   },
+  created(){
+  },
+  watch:{
+  },
   mounted() {
     this.getParamType()
     // this.rowDrop()

--
Gitblit v1.9.3