ZaiZai 9 months ago
parent
commit
eb4ea6e623
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/project/detail/info.vue

+ 1 - 2
src/views/project/detail/info.vue

@@ -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()