Browse Source

正式订单(历史)修改接口参数

szdq
wangxy 3 years ago
parent
commit
360e9112f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/plan/workbench/formalhistoryOrder/index.vue

+ 1
- 1
src/views/plan/workbench/formalhistoryOrder/index.vue View File

@ -105,7 +105,7 @@ export default {
}
}
let params = {
'SalesOrder-VersionId': 'history'
'VersionId': 'history'
}
get(`/admin/base/salesorder/selectlist`, {...params, ...this.queryParams }).then(({ code, data }) => {
this.loading = false


Loading…
Cancel
Save