原材料库优化问题点0808:前端优化代码
This commit is contained in:
@@ -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
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user