浏览代码

上传组件

DESKTOP-O04BTUJ\muzen 2 年之前
父节点
当前提交
28e6870f50
共有 1 个文件被更改,包括 1 次插入0 次删除
  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) {