| | |
| | | <i class="el-icon-document avue-group__icon"></i> |
| | | <h1 class="avue-group__title">人员信息</h1> |
| | | <el-button |
| | | @click="onSubmit('通知保安')" |
| | | type="danger" |
| | | size="small" |
| | | style="position: absolute; right: 0" |
| | |
| | | @selection-change="handleSelectionChange" |
| | | max-height="240" |
| | | > |
| | | <el-table-column type="selection" width="55" align="center"> |
| | | <el-table-column v-if="false" type="selection" width="55" align="center"> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | |
| | | <el-row :align="center" style="margin-top: 40px"> |
| | | <el-col :offset="10"> |
| | | <el-button |
| | | @click="onSubmit" |
| | | @click="onSubmit('处理完成')" |
| | | :disabled="form.jtype == 2 ? true : false" |
| | | :type="form.jtype == 2 ? 'info' : 'danger'" |
| | | >处理完成</el-button |
| | |
| | | created() { |
| | | this.form = this.$route.query; |
| | | this.getReceivingAlarm(); |
| | | |
| | | }, |
| | | mounted() { |
| | | this.getList(); |
| | | }, |
| | | updated() { |
| | | |
| | | |
| | | var arr = []; |
| | | this.tableData.forEach((item) => { |
| | | if (item.roleName == "管理员") { |
| | |
| | | currenS, |
| | | }; |
| | | }, |
| | | onSubmit() { |
| | | onSubmit(zc) { |
| | | var that = this; |
| | | axios |
| | | .post( |
| | |
| | | bz: this.form.bz, |
| | | snumber: this.form.alarmId, |
| | | sname: this.form.alarmPeople, |
| | | zc: "处理完成", |
| | | zc: zc, |
| | | zctime: this.getDate().current, |
| | | }, |
| | | } |
| | |
| | | that.$store.state.tags.tagList = arr; |
| | | that.$router.go(-1); |
| | | } |
| | | that.getReceivingAlarm(); |
| | | }); |
| | | }, |
| | | |