修改已知bug
This commit is contained in:
@@ -143,7 +143,7 @@ service.interceptors.request.use(config => {
|
|||||||
...config.params
|
...config.params
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if ((config.method == 'post')) {
|
} else if ((config.method == 'post') || config.method == 'put') {
|
||||||
config.data = {
|
config.data = {
|
||||||
cut: cut,
|
cut: cut,
|
||||||
...config.data
|
...config.data
|
||||||
|
|||||||
@@ -389,7 +389,7 @@
|
|||||||
this.visible = false
|
this.visible = false
|
||||||
this.$emit('addModelList')
|
this.$emit('addModelList')
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning(this.$t('operationFailed'))
|
this.$message.warning(res.message)
|
||||||
this.confirmLoading = false
|
this.confirmLoading = false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user