src/views/operate/management/message/index.vue
@@ -180,6 +180,7 @@ url: "sccg/message_audit/list", data: { messageId: context, auditId:this.auditId, auditStatus: status, current: currentPage, pageSize: pageSize, @@ -210,6 +211,17 @@ this.dialogCheckSms = true; } }, // 获取当前登录用户信息 getLoginUserInfo() { const name = sessionStorage.getItem('name'); this.$axios({ method: 'get', url: 'sccg/admin/info?name=' + name, }) .then(res => { this.auditId = res.data.userId }) }, // 关闭dialog closeDialog({ flag, index }) { this.dialogCheckSms = flag;