This commit is contained in:
lixin
2019-01-07 20:29:21 +08:00
parent 9dc3d8f448
commit cff99e7321
3 changed files with 8 additions and 3 deletions

View File

@@ -1690,7 +1690,7 @@ export default {
this.HouseDataBasicIn = response.data
this.listLoading7 = false
})
searchPurchasePartOut(this.TeamPartNumber).then(response => {
searchPurchasePartOut(this.ContractDetailValue).then(response => {
this.HouseDataBasicOut = response.data
this.listLoading8 = false
})