1
This commit is contained in:
parent
addf986b86
commit
b96bebdee1
@ -11,10 +11,10 @@
|
||||
:rules="[{ required: true, message: '请填写报警人' }]" />
|
||||
<div class="faultChouse-box ">
|
||||
<!-- <div class="faultChouse-title">异常选择</div> -->
|
||||
<van-radio-group name="faultDicts" v-model="FormData.faultDicts" direction="horizontal">
|
||||
<van-radio-group name="faultDict" v-model="FormData.faultDict" direction="horizontal">
|
||||
<van-cell-group style="width: 360px;">
|
||||
<van-cell v-for="(item,index) in faultDictOptions" :key="index" :title="item.name" clickable
|
||||
@click="FormData.faultDicts = item.name">
|
||||
@click="FormData.faultDict = item.name">
|
||||
<template #right-icon>
|
||||
<van-radio :name="item.name" checked-color="#ee0a24"></van-radio>
|
||||
</template>
|
||||
@ -65,7 +65,7 @@
|
||||
// 报警人
|
||||
askPerson: '',
|
||||
// 故障类型
|
||||
faultDicts: '设备异常',
|
||||
faultDict: '设备异常',
|
||||
// 故障内容
|
||||
faultContext: '',
|
||||
});
|
||||
@ -107,7 +107,6 @@
|
||||
if (query.LineCode) {
|
||||
FormData.lineCode = query.LineCode;
|
||||
}
|
||||
console.log('CallHandel', query);
|
||||
}
|
||||
onMounted(async () => {
|
||||
state.isOver = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user