ss
doum
2025-09-19 566c35444def62d13f0c76c3a8e642cd234b2b45
admin/src/components/system/role/OperaRoleWindow.vue
@@ -49,6 +49,12 @@
    }
  },
  methods: {
    /**
     * 打开窗口
     *
     * @param title 窗口标题
     * @param target 行对象(仅编辑需该参数)
     */
    open (title, target) {
      this.title = title
      this.visible = true
@@ -68,6 +74,9 @@
        }
      })
    },
    /**
     * 确认
     */
    confirm () {
      if (this.form.id == null || this.form.id === '') {
        this.__confirmCreate()