tangning 8 月之前
父节点
当前提交
dfc6f461e0
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/views/customer/modal/DownLoadModal.vue
  2. 1 0
      src/views/productOperation/modal/DownLoadModal.vue

+ 1 - 0
src/views/customer/modal/DownLoadModal.vue

@@ -4,6 +4,7 @@
     @register="register"
     title="场景下载"
     :minHeight="0"
+    :footer="null"
     @visible-change="handleVisibleChange"
     @cancel="hundleCancel"
     @ok="handleSubmit"

+ 1 - 0
src/views/productOperation/modal/DownLoadModal.vue

@@ -3,6 +3,7 @@
     v-bind="$attrs"
     @register="register"
     title="场景下载"
+    :footer="null"
     :minHeight="0"
     @cancel="hundleCancel"
     @ok="handleSubmit"