|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
<Upload
|
|
|
|
|
multiple
|
|
|
|
|
type="drag"
|
|
|
|
|
:action="uploadUrl" :data="data" :on-success="upSuccess" :on-error="upError">
|
|
|
|
|
:action="uploadUrl" :on-success="upSuccess" :on-error="upError">
|
|
|
|
|
<div style="padding: 20px 0">
|
|
|
|
|
<Icon type="ios-cloud-upload" size="70" style="color: #3399ff"></Icon>
|
|
|
|
|
<p>将文件拖拽到此区域</p>
|
|
|
|
@ -20,13 +20,14 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import http from '../../services/CommonHttp';
|
|
|
|
|
export default {
|
|
|
|
|
name: "IncreaseStaffManagerBatchAdd",
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
uploadUrl:"/store/staff/upload",
|
|
|
|
|
uploadUrl: http.getBaseUrl()+"/store/staff/upload",
|
|
|
|
|
data:{
|
|
|
|
|
userId: JSON.parse(sessionStorage.getItem("loginInfo")).userId,
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
columns1: [
|
|
|
|
|
{
|
|
|
|
|