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

修改bug

parent 06489aab
...@@ -33,6 +33,11 @@ const install = (Vue, vm) => { ...@@ -33,6 +33,11 @@ const install = (Vue, vm) => {
vm.$u.get( vm.$u.get(
config.adminPath + '/md/appconfig/getVersion' config.adminPath + '/md/appconfig/getVersion'
), ),
quantitywaitsum: (params = {}) =>
vm.$u.postJson(
config.adminPath + '/mes/pro/workorder/quantitywaitsum',
params
),
/** /**
* 系统设置API * 系统设置API
*/ */
......
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