luobisheng
2022-11-29 89311b0d8981e10c59e9b42f1a9edc2ce42efb56
src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/ill/index.vue
@@ -6,10 +6,7 @@
        <MyEvidence ref="evidence" :mytype="2" :mycode="mycode"></MyEvidence>
        <!-- 文种书类 -->
        <MyBook ref="book" :mycode="mycode"></MyBook>
        <!-- <div class="result">
            <el-input v-model="result" placeholder="请输入处理意见"></el-input>
        </div> -->
        <!-- 底部按钮 -->
        <div class="footer">
            <el-button @click="handleSubmit" type="primary">确定</el-button>
            <el-button @click="handleBack">返回</el-button>
@@ -32,7 +29,6 @@
    },
    props: ['caseId','closeDialog','mycode'],
    created() {
        console.log(this.caseId);
        this.getUserId();
    },
    methods: {
@@ -97,7 +93,6 @@
                                        }
                                    })
                                        .then(res => {
                                            console.log(res);
                                            if (res.code === 200) {
                                                this.$message({
                                                    type: 'success',
@@ -151,7 +146,6 @@
                url:'sccg/admin/info?name='+myname,
            })
            .then(res=>{
                console.log(res);
            })
        },
        handleBack(){