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>