|
@@ -2233,8 +2233,6 @@ export default {
|
|
let map = {
|
|
let map = {
|
|
list: this.batchCapacityList
|
|
list: this.batchCapacityList
|
|
}
|
|
}
|
|
- console.log(map, 'batchMap')
|
|
|
|
- return
|
|
|
|
this.axios.post('/api/v1/ams/batchUpdateCapacity', map).then(res => {
|
|
this.axios.post('/api/v1/ams/batchUpdateCapacity', map).then(res => {
|
|
if (res.data.code == '200') {
|
|
if (res.data.code == '200') {
|
|
this.$message.success('派车成功!')
|
|
this.$message.success('派车成功!')
|