@@ -62,6 +62,10 @@
<label>申请状态</label>
<span :class="detail.status=='1'?'color55f868':'colorfe616c'" v-text="detail.statusN"></span>
</div>
+ <div class="mui-input-row">
+ <label>审核人</label>
+ <span v-text="detail.examineName"></span>
+ </div>
<div class="mui-input-row">
<label>审核时间</label>
<span v-text="detail.examineTime"></span>
@@ -90,7 +90,7 @@
//表单检测
checkForm() {
//只要要检测的时候才检测
- if (!this.subForm.bindDevices && this.hasSceneId4 == '0') {
+ if (!this.subForm.deviceIds && this.hasSceneId4 == '0') {
mui.toast('请选择设备');
return false;
} else {
@@ -99,7 +99,7 @@
},
//提交
submit() {
- this.subForm.bindDevices = this.checkVal.join(',');
+ this.subForm.deviceIds = this.checkVal.join(',');
if (this.checkForm()) {
this.isLoading = true;