@@ -312,13 +312,10 @@ export default {
let path = {
materialId: this.materialId
};
- let params = {
- user: this.user.userInfo
- };
this.$_http
.post(
this.$pathParams(this.$_API.JTXT_POST_MATERIALS_READ, path),
- params
+ this.user.userInfo
)
.then(res => {
console.log(res);