Browse Source

车辆导入按钮添加事件

dev-xx
马远东 1 year ago
parent
commit
5f38288433
  1. 4
      src/views/basicdata/vehicle/basicdataVehicle.vue
  2. 4
      vite.config.js

4
src/views/basicdata/vehicle/basicdataVehicle.vue

@ -104,7 +104,7 @@ export default {
components: { BasicdataVehicleform },
data() {
return {
excelBox:true,
excelBox:false,
excelForm: {},
excelOption: {
submitBtn: false,
@ -1129,7 +1129,7 @@ export default {
},
//
VehicleImport(){
this.excelBox=true;//
},
handleExport() {
let downloadUrl = `/blade-basicdataVehicle/basicdataVehicle/export-basicdataVehicle?${

4
vite.config.js

@ -23,7 +23,7 @@ export default ({ mode, command }) => {
// 新zyc
// target: 'http://192.168.6.116:8777',
// target: 'http://192.168.6.122:8777',
// target: 'http://192.168.3.14:13000',
target: 'http://192.168.3.14:13000',
// target: 'http://192.168.10.25:2888',
// target: 'http://192.168.6.161:9777',//CY
// target: 'http://192.168.10.57:13000',
@ -31,7 +31,7 @@ export default ({ mode, command }) => {
// target: 'http://192.168.10.29:13000',
// target: 'http://192.168.3.5:13000',//?
// target: 'http://h5uapi.huitongys.com',
target: 'http://test.api.huo5you.com',
// target: 'http://test.api.huo5you.com',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''),

Loading…
Cancel
Save