Commit 6def5d61 authored by 沈翠玲's avatar 沈翠玲

修改参数

parent db2cc644
......@@ -284,7 +284,7 @@ export default {
}
},
getPrint() {
this.$u.api.getUserPrint({userId: this.vuex_user.userId}).then((res) => {
this.$u.api.getUserPrint({userId: Number(this.vuex_user.userId)}).then((res) => {
if (res.code == 200) {
this.materialRequestArrays = res.rows;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment