mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 20:39:48 +08:00
feat: Add support to grpc-dictionary-client v1.3.8 (#449)
This commit is contained in:
parent
b97877674d
commit
9646f69708
@ -47,7 +47,7 @@
|
|||||||
"@adempiere/grpc-access-client": "^1.1.8",
|
"@adempiere/grpc-access-client": "^1.1.8",
|
||||||
"@adempiere/grpc-data-client": "^2.2.1",
|
"@adempiere/grpc-data-client": "^2.2.1",
|
||||||
"@adempiere/grpc-pos-client": "^1.0.3",
|
"@adempiere/grpc-pos-client": "^1.0.3",
|
||||||
"@adempiere/grpc-dictionary-client": "^1.3.7",
|
"@adempiere/grpc-dictionary-client": "^1.3.8",
|
||||||
"@adempiere/grpc-enrollment-client": "^1.0.7",
|
"@adempiere/grpc-enrollment-client": "^1.0.7",
|
||||||
"autoprefixer": "^9.5.1",
|
"autoprefixer": "^9.5.1",
|
||||||
"axios": "0.18.0",
|
"axios": "0.18.0",
|
||||||
|
@ -64,3 +64,16 @@ export function getField({
|
|||||||
elementColumnName
|
elementColumnName
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function requestReference({ referenceUuid, columnName }) {
|
||||||
|
return Instance.call(this).requestReference({
|
||||||
|
referenceUuid,
|
||||||
|
columnName
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
export function requestValidationRule({ validationRuleUuid }) {
|
||||||
|
return Instance.call(this).requestValidationRule({
|
||||||
|
validationRuleUuid
|
||||||
|
})
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user