Fixiaobai
2023-09-14 4c4c5e3815ea20fbecdd93bb35b84bd96f6ab3db
src/components/view/processInspectionUpdate.vue
@@ -329,12 +329,14 @@
                        message: '上报成功',
                        type: 'success'
                    });
                    this.$parent.combackMain(true)
                } else {
                    this.$message({
                        message: res.message,
                        type: 'warning'
                    });
                }
            })
        },
        handleClick() { },