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()