Admin
2022-11-15 e8d946a82907aa530ff086987d3ec7d2c04a90d2
src/views/specialWorkManage/workFlow/approveRule/index.vue
@@ -155,7 +155,7 @@
            } else {
                this.$message({
                    type: 'warning',
                    message: res.data.msg
                    message: res.data.message
                });
            }
        },
@@ -206,7 +206,7 @@
                    } else {
                        this.$message({
                            type: 'warning',
                            message: res.data.msg
                            message: res.data.message
                        });
                    }
                })
@@ -231,7 +231,7 @@
                    } else {
                        this.$message({
                            type: 'warning',
                            message: res.data.msg
                            message: res.data.message
                        });
                    }
                })