liangjin
2021-04-02 7ec85ab0bf2c2ad9f692782b35f1739491f06cb2
src/views/mine/account/account-add.vue
@@ -112,6 +112,8 @@
    },
    // 新增
    add() {
      this.form.menuPower.push(100001);
      this.form.menuPower.push(100006);
      if(!this.validatorForm()) return
      this.$api.userAdd(this.form).then(res => {
          this.$notify("添加成功");