tangning пре 8 месеци
родитељ
комит
dfc6f461e0

+ 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"