gaoluyang
2024-07-24 cc6914dff1a91dd00e3a86d5daae2c3dba2d6ba8
src/components/view/role-manage.vue
@@ -177,8 +177,8 @@
      this.getPower()
    },
    methods: {
      refreshTable() {
        this.$refs['ValueTable'].selectList()
      refreshTable(e) {
        this.$refs['ValueTable'].selectList(e)
      },
      refresh() {
        this.componentData.entity = this.HaveJson(this.entityCopy)
@@ -265,7 +265,7 @@
          }
          this.addLoad = false
          this.addDia = false
          this.refreshTable()
          this.refreshTable('page')
        }).catch(e => {
          this.addLoad = false
        })