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) {