@@ -1,5 +1,5 @@
{
"message": "发现有新版本发布,确定更新系统?",
"vendorJsVersion": "",
- "version": 1690523713608
+ "version": 1690524000616
}
@@ -125,7 +125,9 @@ export default {
getData () {
const _this = this
this.loading = true
- purchaseReturnApplyReadExcel(this.paramsData).then(res => {
+ const params = JSON.parse(JSON.stringify(this.paramsData))
+ delete params.goodFlag
+ purchaseReturnApplyReadExcel(params).then(res => {
this.loading = false
if (res.status == 200) {
if (res.data.successList && res.data.successList.length > 0) {