yangfeng
2024-01-04 5cce58dab04d9d3f2c4c67df7cf8379acb7c03ab
src/views/unifiedManage/userLevel/index.vue
@@ -183,8 +183,9 @@
    },
    // 编辑
    handleClick(val) {
      this.editRow = val
      this.isopen = true
      this.editConfig.title = "编辑"
      this.editConfig.infomation = { ...val }
      this.editConfig.visible = true
    },
    // 删除等级
    delClick(row) {