wyq 3 лет назад
Родитель
Сommit
5021a96150
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/icss/nursing/nursing.vue

+ 1 - 1
src/components/icss/nursing/nursing.vue

@@ -160,7 +160,7 @@ export default {
       e.preventDefault();
       let formData = new FormData();
       formData.append('file', fileInfo);
-      formData.append('type', 1);
+      formData.append('type', 11);
       const header = {
         headers: {
           'Content-Type': 'multipart/form-data'