rk
2025-09-22 cf2391a86bdea88196d49cd33949570f74c0985d
frontWuhu/src/components/Protocol.vue
@@ -47,7 +47,11 @@
    open(title, target) {
      this.title = title
      this.visible = true
      this.getProtocl()
      if (target) {
        this.content = target
      } else {
        this.getProtocl()
      }
    },
    getProtocl() {
      companyUserRules()
@@ -59,7 +63,7 @@
          this.$message.error(e)
        })
    },
  },
}
</script>