李志伟 3 gadus atpakaļ
vecāks
revīzija
c67fafd563
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      src/pages/resumeWorkForm/index.vue

+ 2
- 2
src/pages/resumeWorkForm/index.vue Parādīt failu

@@ -179,7 +179,7 @@ const antigenImageChange = (file) => {
179 179
     message: '加载中...',
180 180
     forbidClick: true,
181 181
     loadingType: 'spinner',
182
-    duration:9000
182
+    duration:0
183 183
   });
184 184
   upload(file.file).then(
185 185
     (url) => {
@@ -201,7 +201,7 @@ const nucleicImageChange = (file) => {
201 201
     message: '加载中...',
202 202
     forbidClick: true,
203 203
     loadingType: 'spinner',
204
-    duration:9000
204
+    duration:0
205 205
   });
206 206
   upload(file.file).then(
207 207
     (url) => {