This commit is contained in:
2022-11-27 16:01:31 +08:00
parent 22ed4fdf88
commit 05c2820d5c
7 changed files with 241 additions and 82 deletions

View File

@@ -286,7 +286,7 @@ export default {
}
},
created() {
crudStorattr.getStor({ 'is_materialstore': '1' }).then(res => {
crudStorattr.getStor({ 'is_productstore': '1' }).then(res => {
this.storlist = res.content
})
},