liding
2025-03-21 8bd549c42f20faeedd0f2f1264e2f5003f2db3db
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(() => { })
    },