| | |
| | | searchTime: [this.$moment().format("YYYY-MM-DD 00:00:00"), this.$moment().format("YYYY-MM-DD HH:mm:ss")], //搜索时间 |
| | | page: 1, |
| | | size: 10, //分页相关 |
| | | total: 0, //总数, |
| | | inputText: "", //输入框内容 |
| | | activeStep: 0, |
| | | activeIndex: 0, |
| | | industrys: [], |
| | | total: 0, //总数, |
| | | treeHeight: 750, |
| | | treeData: [], |
| | | treeSettings: { |
| | |
| | | this.smsEnable = false |
| | | findTaskById({ id: row.id }).then((rsp) => { |
| | | if (rsp && rsp.success && rsp.data != "") { |
| | | this.smsSceneConfig = rsp.data.taskName.split(",") |
| | | this.smsLevelConfig = rsp.data.level.split(",") |
| | | 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 |
| | | } |
| | | }) |
| | |
| | | // 编辑不提交密码 |
| | | if (this.isEditing) { |
| | | delete json.password |
| | | json.isChangePwd = false |
| | | } |
| | | |
| | | if (typeof json.areaId === "string") { |