Commit db2cc644 authored by 沈翠玲's avatar 沈翠玲

默认打印机增加userId

parent 5d7434f3
......@@ -284,7 +284,7 @@ export default {
}
},
getPrint() {
this.$u.api.getUserPrint().then((res) => {
this.$u.api.getUserPrint({userId: 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