zouyu
2024-08-08 c263fb316fc23d9db98ce711fda30d81c28d2d9c
src/components/view/role-manage.vue
@@ -150,7 +150,8 @@
              select: []
            }
          },
          selectField: {}
          selectField: {},
          needSort: ['createTime', 'updateTime', 'name'],
        },
        entityCopy: {},
        upIndex: 0,
@@ -177,8 +178,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 +266,7 @@
          }
          this.addLoad = false
          this.addDia = false
          this.refreshTable()
          this.refreshTable('page')
        }).catch(e => {
          this.addLoad = false
        })