11
baizonghao
2023-03-08 5421440f64d8e8617194d18f35614f50be965be7
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() {