|
@@ -781,6 +781,9 @@ export default {
|
|
|
disabled={this.formDialogType >= 2}
|
|
|
onChange={val => {
|
|
|
this.formData.items = []
|
|
|
+ this.formData.storageId = ""
|
|
|
+ this.formData.storageName = ""
|
|
|
+ this.cangkuList = []
|
|
|
this.getStorageListPageV2(val)
|
|
|
if (val) {
|
|
|
this.formData['websitName'] = this.getWebsitList.find(item => item.websitId == val).name
|
|
@@ -1159,10 +1162,6 @@ export default {
|
|
|
}).then(res => {
|
|
|
this.cangkuList = res.data.records
|
|
|
})
|
|
|
- }else{
|
|
|
- this.formData.storageId = ""
|
|
|
- this.formData.storageName = ""
|
|
|
- this.cangkuList = []
|
|
|
}
|
|
|
},
|
|
|
// 打开
|