1
李喆(开发组)
2025-05-22 d7311dd3ae8dc304da2f7321a4e0c5be68cefb5c
src/views/console/base/Shiftsystem.vue
@@ -275,7 +275,7 @@
            this.$confirm(`确定删除数据?`, '', {
                type: 'warning'
            }).then(() => {
                this.$HTTP.delete(`/api/blade-cps/shift/${this.info.id}`).then(res => {
                this.$HTTP.delete(`/api/smis/shift/${this.info.id}`).then(res => {
                    if (res.code === 200) {
                        this.$refs.table.reload(this.params)
                    }