main
chenshuichuan 2 years ago
parent 1322489d52
commit 5d42c99f20

@ -70,7 +70,7 @@
<el-input-number
v-model="row.productPrice"
controls-position="right"
:min="0.01"
:min="0"
:precision="2"
class="!w-100%"
/>

@ -161,7 +161,7 @@ const open = async () => {
//
await resetQuery()
//
productList.value = await ProductApi.getProductSimpleList()
productList.value = await ProductApi.getMesProductSimpleList()
}
defineExpose({ open }) // open

@ -167,7 +167,7 @@ const open = async () => {
// 退
await resetQuery()
//
productList.value = await ProductApi.getProductSimpleList()
productList.value = await ProductApi.getMesProductSimpleList()
}
defineExpose({ open }) // open

@ -139,7 +139,7 @@
<!-- 表单弹窗添加/修改 -->
<EnergyDeviceForm ref="formRef" @success="getList" />
<!-- 表单弹窗添加/修改 -->
<ResetForm ref="formRef" @success="getList" />
<ResetForm ref="resetFormRef" @success="getList" />
<!-- 子表的列表 -->
<ContentWrap>
<el-tabs model-value="energyDeviceCheckRecord">

Loading…
Cancel
Save