修改已知bug

This commit is contained in:
qq787203167
2022-06-01 17:39:29 +08:00
parent 5fdd85cd1f
commit 2a45b4fef8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
}
})