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