Przeglądaj źródła

提交日报周报页面

newStyle
douzhuo 2 lat temu
rodzic
commit
d90082aa64
1 zmienionych plików z 5 dodań i 6 usunięć
  1. +5
    -6
      src/views/admin/role/index.vue

+ 5
- 6
src/views/admin/role/index.vue Wyświetl plik

@@ -467,19 +467,18 @@ export default {

// 确认添加
addPush() {
if (this.checkList.length == 0) {
this.$message.info("请选择需要推送的权限");
return;
}
console.log(this.checkList)
if (this.checkList.length > 0) {
this.form.messageType = this.checkList.join(",");
} else {
this.form.messageType = ''
}

putObj(this.form).then((res) => {
console.log(res);
this.cancelAddPush();
if (res.data) {
if (res.code == 0) {
this.$message.success("编辑成功");
this.findMyOrg();
} else {
this.$message.error(res.msg);
}


Ładowanie…
Anuluj
Zapisz