zhanghua
2024-03-15 fdce3979b5e1a97433def22ad0b0d783143da2f3
src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/book/index.vue
@@ -298,6 +298,8 @@
            writPic({ url }) {
            const baseUrl = '';
            if (this.book.originalPic.length < 4) {
                url = url.replace("http://111.1.140.92:28081/sccg/API/img?fileUrl=","")
                this.book.writPic.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${url}`)
            }
        },
@@ -311,6 +313,8 @@
        otherPic({ url }) {
            const baseUrl = '';
            if (this.book.otherPic.length < 4) {
                url = url.replace("http://111.1.140.92:28081/sccg/API/img?fileUrl=","")
                this.book.otherPic.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${url}`)
            }
        },
@@ -324,6 +328,8 @@
         rectifiedPic({ url }) {
            const baseUrl = '';
            if (this.book.otherPic.length < 4) {
                url = url.replace("http://111.1.140.92:28081/sccg/API/img?fileUrl=","")
                this.book.rectifiedPic.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${url}`)
            }
        },
@@ -336,6 +342,8 @@
         originalPic({ url }) {
            const baseUrl = '';
            if (this.book.otherPic.length < 4) {
                url = url.replace("http://111.1.140.92:28081/sccg/API/img?fileUrl=","")
                this.book.originalPic.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${url}`)
            }
        },