@@ -1,5 +1,5 @@
{
"message": "发现有新版本发布,确定更新系统?",
"vendorJsVersion": "",
- "version": 1676018806270
+ "version": 1676018933364
}
@@ -133,7 +133,7 @@ export default {
loadData: parameter => {
this.disabled = true
this.spinning = true
- return purchaseDetailCancelList(Object.assign(parameter, this.queryParam)).then(res => {
+ return purchaseDetailCancelList(Object.assign(parameter, { dealerProductEntity: this.queryParam })).then(res => {
let data
if (res.status == 200) {
data = res.data