jiangping
2023-08-17 8d7cb8876ac222eca1c82d5bab250f5551531edb
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 () {