Commit 273779c0 authored by qzhxx's avatar qzhxx

’汇出更改

parent 70fca542
......@@ -12,7 +12,8 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/mall': {
target: "http://192.168.110.67/mall",
target: "http://111.203.232.175:8088/mall",
// target: "http://192.168.110.67/mall",
// target: "http://192.168.204.66:8088/mall",
changeOrigin: true,
pathRewrite: {
......
<template>
<div>
<!-- accept="application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" -->
<!-- :show-file-list="false" -->
<!-- :file-list="fileList" -->
<!-- action="http://111.203.232.175:8088/mall/file/video/content/upload" -->
<el-upload
ref="upload"
:multiple="true"
......
<template>
<div>
<!-- accept="application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" -->
<!-- :show-file-list="false" -->
<!-- :file-list="fileList" -->
<!-- action="http://111.203.232.175:8088/mall/file/video/content/upload" -->
<el-upload
ref="upload"
:multiple="true"
......
<template>
<div>
<!-- accept="application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" -->
<!-- :show-file-list="false" -->
<!-- :file-list="fileList" -->
<!-- action="http://111.203.232.175:8088/mall/file/video/content/upload" -->
<el-upload
ref="upload"
:multiple="true"
......
......@@ -297,7 +297,7 @@ export default {
}
return str;
},
// 批量删除
// 汇出
multipleRemit() {
let _this = this;
let str = _this.getMultipleSelect();
......@@ -309,7 +309,8 @@ export default {
method: "post",
authType: this.backToken
},
{idList:str}
// {idList:str}
_this.$qs.stringify({idList:str})
)
.then(
res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment