浏览代码

护理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'