| | |
| | | </el-form-item> |
| | | </div> |
| | | <el-form-item class="confirmCancel"> |
| | | <el-button type="primary" @click="submitForm('ruleForm')">确认</el-button> |
| | | <el-button @click="resetForm('ruleForm')">取消</el-button> |
| | | <el-button type="primary" size="small" @click="submitForm('ruleForm')">确认</el-button> |
| | | <el-button size="small" @click="resetForm('ruleForm')">取消</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | <el-dialog |
| | |
| | | }) |
| | | }, |
| | | methods: { |
| | | // // 接收子组件传递的数据 |
| | | // getlocaltionClick (val) { |
| | | // // console.log(val) |
| | | // this.ruleForm.positionOf = val.latPos + '-' + val.longPos |
| | | // this.dialogLocation = !this.dialogLocation |
| | | // }, |
| | | // 消息推送 选择推送的对象 |
| | | infoChange () { |
| | | if (this.ruleForm.beingPushed.indexOf('短信推送') > -1 || this.ruleForm.beingPushed.indexOf('手机应用推送') > -1) { |