|
@@ -562,7 +562,6 @@ export default {
|
|
if (this.goodsList.length) {
|
|
if (this.goodsList.length) {
|
|
const item = this.warehouseList.find(e=>e.id === id)
|
|
const item = this.warehouseList.find(e=>e.id === id)
|
|
this.goodsList.forEach(k=>{
|
|
this.goodsList.forEach(k=>{
|
|
-
|
|
|
|
this.$set(k,'correspondName',item.name)
|
|
this.$set(k,'correspondName',item.name)
|
|
this.$set(k,'correspondId',item.id)
|
|
this.$set(k,'correspondId',item.id)
|
|
})
|
|
})
|
|
@@ -710,6 +709,9 @@ export default {
|
|
this.isFirst = true;
|
|
this.isFirst = true;
|
|
this.isShowDialog = true;
|
|
this.isShowDialog = true;
|
|
this.dialogTable_currentPage = 1;
|
|
this.dialogTable_currentPage = 1;
|
|
|
|
+ this.screenForm.correspondName = ''
|
|
|
|
+ this.screenForm.correspondId = ''
|
|
|
|
+ this.warehouseValue = ''
|
|
this.getComLoginList();
|
|
this.getComLoginList();
|
|
},
|
|
},
|
|
|
|
|