mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
v1.9 bug can not query cloud printer
This commit is contained in:
parent
632de2911f
commit
4417302d56
@ -59,7 +59,7 @@ export function queryFeePrintSpec(params) {
|
|||||||
export function listMachinePrinter(params) {
|
export function listMachinePrinter(params) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
request({
|
request({
|
||||||
url: '/printer/listMachinePrinter',
|
url: '/printer.listMachinePrinter',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: {
|
params: {
|
||||||
...params,
|
...params,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user