Browse Source

hah阿凡达

28169 3 weeks ago
parent
commit
e0637abbbc

+ 10 - 9
src/xt_pages/user/components/PatientForm.vue View File

1707
         },
1707
         },
1708
         handleGallerySuccess(res, file) {
1708
         handleGallerySuccess(res, file) {
1709
             var data = {type:1, url: this.qiniuDomain + res.url};
1709
             var data = {type:1, url: this.qiniuDomain + res.url};
1710
-            // this.fileList.push(data.url)
1711
-            // if(this.fileList!=null){
1712
-            //   for(let i=0;i<this.fileList.length;i++){
1713
-            //      this.form.org_logo += this.fileList[i].url+","
1714
-            //   }
1715
-            // }
1716
-           console.log("hahahahhwoowowo",this.form.org_logo)
1717
-           this.form.org_logo += data.url+","
1710
+            this.fileList.push(data)
1711
+            console.log("fileLit==============",this.fileList)
1712
+            if(this.fileList!=null){
1713
+              for(let i=0;i<this.fileList.length;i++){
1714
+                 this.form.org_logo += this.fileList[i].url+","
1715
+              }
1716
+            }
1717
+          //  console.log("hahahahhwoowowo",this.form.org_logo)
1718
+          //  this.form.org_logo += data.url+","
1718
 
1719
 
1719
             this.guploading = false;
1720
             this.guploading = false;
1720
         },
1721
         },
2071
             if(arrNew!=null){
2072
             if(arrNew!=null){
2072
               for(let i=0;i<arrNew.length;i++){
2073
               for(let i=0;i<arrNew.length;i++){
2073
                 if(arrNew[i]!=""){
2074
                 if(arrNew[i]!=""){
2074
-                  var image = { name:i+1, url:arrNew[i]+'?vframe/jpg/offset/0/w/100/h/100'};
2075
+                  var image = { name:i+1, url:arrNew[i]};
2075
                   this.fileList.push(image)
2076
                   this.fileList.push(image)
2076
                 }
2077
                 }
2077
               }
2078
               }

+ 4 - 4
src/xt_pages/user/components/PatientSidebar.vue View File

179
             //   name: '3-3',
179
             //   name: '3-3',
180
             //   label: '体格检查新'
180
             //   label: '体格检查新'
181
             // },
181
             // },
182
-             {
183
-              name: '3-5',
184
-              label: '病程记录新'
185
-             },
182
+            //  {
183
+            //   name: '3-5',
184
+            //   label: '病程记录新'
185
+            //  },
186
             {
186
             {
187
               name: '1-11',
187
               name: '1-11',
188
               label: '首次病程记录'
188
               label: '首次病程记录'