rk
2025-09-22 f34f5322ffa898b42ce4467af9916c9e73deb4f9
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>