소스 검색

护理type值修改

wyq 3 년 전
부모
커밋
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'