@@ -304,7 +304,7 @@ export default {
pageSize: -1,
params: [{param: "a.type", compare: "like", value: "商品"},{param: "a.status", compare: "=", value: "true"}]
}).then(res => {
- if(JSON.parse(localStorage.getItem('greemall_user')).joinCode != "NO"){
+ if(JSON.parse(localStorage.getItem('greemall_user')).joinCode != "NO" && !this.formData.storageId){
this.formData.storageId = res.data.records[0].storageId
this.formData.storageName = res.data.records[0].storageName
}