|
|
|
@ -2745,7 +2745,8 @@ import { |
|
|
|
let tempData = { |
|
|
|
site: this.modalData.site, |
|
|
|
partNo: this.modalData.partNo, |
|
|
|
configurationId: this.modalData.configurationId |
|
|
|
configurationId: this.modalData.configurationId, |
|
|
|
userName: this.$store.state.user.name, |
|
|
|
} |
|
|
|
queryPartUnitCostList(tempData).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
|