wangting
2023-07-14 f8188da5c9022239ce8d7de5a004120eb92a231a
Source/UBCS-WEB/src/components/file/main.vue
@@ -7,7 +7,6 @@
               :before-open="beforeOpen"
               :permission="permissionList"
               v-model="form"
               :height="options.height || 300"
               ref="crud"
               @row-del="rowDel"
               @search-change="searchChange"
@@ -88,7 +87,7 @@
      hasDel:validatenull(this.options.hasDel) ? true :this.options.hasDel,
      hasDownload:validatenull(this.options.hasDownload) ? true :this.options.hasDownload,
      option: {
        height:(this.options.tableHeight?this.options.tableHeight:'auto'),
        height:(this.options.tableHeight?this.options.tableHeight:'200'),
        calcHeight: 30,
        tip: false,
        searchShow: false,