odc.xiaohui
2023-03-08 948cca39e334dde8a3ef04c030f8d691edf30bf8
src/views/operate/disposal/casepool/pool/createUser/ill/index.vue
@@ -439,13 +439,16 @@
            }
        },
        handleSuccess(res, file, filelist) {
          console.log(res)
            const baseUrl = 'http://140.143.152.226:8410/';
            this.ill.positive = baseUrl + res.data.url1;
            // this.ill.positive = baseUrl + res.data.url1;
          this.ill.positive = res.data
        },
        handleSuccess2(res, file, filelist) {
            const baseUrl = 'http://140.143.152.226:8410/';
            this.ill.negative = baseUrl + res.data.url1;
            // this.ill.negative = baseUrl + res.data.url1;
          this.ill.negative = res.data
        },
        // 查询社区
        getCommityList() {