gaoluyang
2025-03-13 44cb329de733d38d52a0afb38a0dda9448879358
src/views/structural/premises/index.vue
@@ -290,8 +290,6 @@
        delParameter({ id: row.id }).then(res => {
          this.$message.success('删除成功')
          this.refreshTable()
        }).catch(e => {
          this.$message.error('删除失败')
        })
      }).catch(() => { })
    },