luobisheng
2022-12-01 1e4e67cf052f4c3cdfa2e756b342c1a38f4805b5
src/views/operate/viewEvent/components/illExamine/index.vue
@@ -158,7 +158,6 @@
        },
        // 提交审核意见
        handleSubmit(mystatus) {
            // this.getUserLoginInfo();
            const { baseCase } = this;
            this.$refs.viewForm.validate((valid) => {
                if (valid) {
@@ -173,7 +172,6 @@
                        }
                    })
                        .then(res => {
                            console.log(res);
                            if (res.code === 200) {
                                this.$message({
                                    type: 'success',
@@ -201,7 +199,6 @@
                }
            })
                .then(res => {
                    console.log(res);
                })
        },
    },