|
@@ -216,7 +216,7 @@
|
|
|
</el-row>
|
|
|
</hc-card-item>
|
|
|
<hc-card-item class="mb-70px mt-14px" title="计量信息">
|
|
|
- <HcMeterTable v-model="meterForm" />
|
|
|
+ <HcMeterTable v-model="contractForm.meterContractInfo" />
|
|
|
</hc-card-item>
|
|
|
</el-form>
|
|
|
<div class="action">
|
|
@@ -256,7 +256,6 @@ watch(() => props.data, (data) => {
|
|
|
}, { deep: true })
|
|
|
|
|
|
//获取数据
|
|
|
-const meterForm = ref({})
|
|
|
const getDataApi = async () => {
|
|
|
const { cid, type } = getObjValue(dataInfo.value)
|
|
|
await getContractTypeList()
|