jiangping
2024-05-24 351ef2827d05262218d1e4275535d6d1e8af26c1
admin/src/components/business/OperaMemberRoleWindow.vue
@@ -2,7 +2,7 @@
    <GlobalWindow
        :title="title"
        :visible.sync="visible"
        width="900px"
        width="70%"
        :confirm-working="isWorking"
        @confirm="confirm"
    >
@@ -145,7 +145,7 @@
        })
            .then(() => {
              this.visible = false
              this.$tip.apiSuccess('新建成功')
              this.$tip.apiSuccess('授权成功,可前往【人员授权记录】查看下发进度')
              this.$emit('success')
            })
            .catch(e => {