src/views/personalCenter/components/SubAccount.vue
@@ -442,8 +442,12 @@ this.smsEnable = false findTaskById({ id: row.id }).then((rsp) => { if (rsp && rsp.success && rsp.data != "") { if (rsp.data.taskName != "") { this.smsSceneConfig = rsp.data.taskName.split(",") } if (rsp.data.level != "") { this.smsLevelConfig = rsp.data.level.split(",") } this.smsEnable = rsp.data.enable } }) @@ -551,6 +555,7 @@ // 编辑不提交密码 if (this.isEditing) { delete json.password json.isChangePwd = false } if (typeof json.areaId === "string") {