ss
jiangping
2025-07-01 89e540640b87f4be8656a5bc78f4a5dbcdf1c21f
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()