zhuo
2025-03-16 13a60da2424da8cd50e52e35e0126e23e34ea6f3
src/views/structural/premises/index.vue
@@ -101,7 +101,7 @@
  },
  computed: {
    action() {
      return this.javaApi
      return this.javaApi + '/deviceScope/uploadFile'
    }
  },
  data() {
@@ -290,8 +290,6 @@
        delParameter({ id: row.id }).then(res => {
          this.$message.success('删除成功')
          this.refreshTable()
        }).catch(e => {
          this.$message.error('删除失败')
        })
      }).catch(() => { })
    },