Browse Source

Merge branch 'dev-220309' into dev

shibei_master
13176889840 3 years ago
parent
commit
68755fefc3
  1. 2
      src/views/modules/base/resi.vue
  2. 1
      src/views/modules/communityParty/elegant/index.vue
  3. 1
      src/views/modules/communityService/sqzzz/index.vue

2
src/views/modules/base/resi.vue

@ -17,7 +17,7 @@
class="upload-demo" class="upload-demo"
action="uploadUlr" action="uploadUlr"
:limit="1" :limit="1"
:accept="'.xls,xlsx'" :accept="'.xls,.xlsx'"
:with-credentials="true" :with-credentials="true"
:show-file-list="false" :show-file-list="false"
:auto-upload="true" :auto-upload="true"

1
src/views/modules/communityParty/elegant/index.vue

@ -57,6 +57,7 @@
class="upload-demo" class="upload-demo"
action="uploadUlr" action="uploadUlr"
:limit="1" :limit="1"
:accept="'.xls,.xlsx'"
:with-credentials="true" :with-credentials="true"
:show-file-list="false" :show-file-list="false"
:auto-upload="true" :auto-upload="true"

1
src/views/modules/communityService/sqzzz/index.vue

@ -44,6 +44,7 @@
class="upload-btn" class="upload-btn"
action="uploadUlr" action="uploadUlr"
:limit="1" :limit="1"
:accept="'.xls,.xlsx'"
:with-credentials="true" :with-credentials="true"
:show-file-list="false" :show-file-list="false"
:auto-upload="true" :auto-upload="true"

Loading…
Cancel
Save