原材料库优化问题点0808:前端优化代码

This commit is contained in:
zds
2024-08-19 09:35:42 +08:00
parent 63be654b92
commit 9c1c722142
16 changed files with 370 additions and 375 deletions

View File

@@ -99,8 +99,7 @@
:max="10000"
:step="10"
size="mini"
>
</el-input-number>
/>
</el-form-item>
<rrOperation />
</el-form>
@@ -182,7 +181,7 @@ export default {
return true
},
getPointList() { // 获取点位列表
crudSchBasePoint.getPointsByRegionCodes("HW").then(res => {
crudSchBasePoint.getPointsByRegionCodes('HW').then(res => {
this.pointList = res
})
},