platform_web/src/components/system/permission/OperaPermissionWindow.vue
@@ -26,12 +26,6 @@ name: 'OperaPermissionWindow', extends: BaseOpera, components: { GlobalWindow }, props: { type: { type: Number|String, default: 0 } }, data () { return { // 原权限码 @@ -64,7 +58,6 @@ this.$nextTick(() => { this.$refs.form.resetFields() this.form[this.configData['field.id']] = null this.form.type = this.type }) return } @@ -74,7 +67,6 @@ for (const key in this.form) { this.form[key] = target[key] } this.form.type = this.type }) }, confirm () {