优化导出等报错问题

This commit is contained in:
BianLzhaoMin 2024-07-18 09:56:09 +08:00
parent 74a9eb5e31
commit 489085c3a8
5 changed files with 828 additions and 692 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,6 @@
<el-select <el-select
v-model="queryParams.unitId" v-model="queryParams.unitId"
clearable clearable
@change="GetProData"
style="width: 240px" style="width: 240px"
placeholder="请选择" placeholder="请选择"
> >
@ -39,7 +38,6 @@
<el-select <el-select
v-model="queryParams.proId" v-model="queryParams.proId"
clearable clearable
@change="GetUnitData"
style="width: 240px" style="width: 240px"
placeholder="请选择" placeholder="请选择"
> >

View File

@ -331,7 +331,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'material/backRecord/export', 'material/storageStatus/export',
{ {
...this.queryParams, ...this.queryParams,
}, },

View File

@ -23,7 +23,6 @@
<el-select <el-select
v-model="queryParams.unitId" v-model="queryParams.unitId"
clearable clearable
@change="GetProData"
style="width: 240px" style="width: 240px"
placeholder="请选择" placeholder="请选择"
> >
@ -39,7 +38,6 @@
<el-select <el-select
v-model="queryParams.proId" v-model="queryParams.proId"
clearable clearable
@change="GetUnitData"
style="width: 240px" style="width: 240px"
placeholder="请选择" placeholder="请选择"
> >

View File

@ -44,8 +44,8 @@ module.exports = {
// target: `http://192.168.2.76:28080`, //超 // target: `http://192.168.2.76:28080`, //超
// target: `http://10.40.92.81:8080`, //韩/ // target: `http://10.40.92.81:8080`, //韩/
target: `http://192.168.2.76:28080`,//旭/ // target: `http://192.168.2.76:28080`,//旭/
//target: `http://192.168.2.248:28080`, //帅 target: `http://192.168.2.248:28080`, //帅
// target: `http://10.40.92.253:28080`, //福 // target: `http://10.40.92.253:28080`, //福
//******** 注意事项 ********* */ //******** 注意事项 ********* */