Browse Source

上传组件

DESKTOP-O04BTUJ\muzen 2 năm trước cách đây
mục cha
commit
28e6870f50
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/components/Upload/index.vue

+ 1 - 0
src/components/Upload/index.vue

@@ -119,6 +119,7 @@ export default {
   methods: {
     // 上传之前
     async beforeUpload(file) {
+      this.btnType = 'primary'
       if (this.measure || this.size) {
         await this.measureChecked(file).then((res) => {
           if (res) {