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"