This commit is contained in:
2023-05-24 10:37:01 +08:00
parent 997c8c86eb
commit f3e296f6e6
40 changed files with 143 additions and 94 deletions

View File

@@ -211,7 +211,9 @@ export default {
this.form.proLineId = val[0]
},
getNameList() {
getNameList().then((res) => {
getNameList({
type: ''
}).then((res) => {
this.sparePartsList = res.data
})
},