feat(web): 增加确权状态审查
This commit is contained in:
@@ -327,7 +327,7 @@ export function resourceAddDialog() {
|
||||
}
|
||||
}
|
||||
|
||||
export function resourceDetailDialog() {
|
||||
export function resourceDetailDialog(field = 'id') {
|
||||
return {
|
||||
actionType: 'dialog',
|
||||
dialog: {
|
||||
@@ -337,7 +337,7 @@ export function resourceDetailDialog() {
|
||||
body: {
|
||||
...detailForm(true),
|
||||
static: true,
|
||||
initApi: apiGet('${base}/data_resource/detail/${id}'),
|
||||
initApi: apiGet(`\${base}/data_resource/detail/\${${field}}`),
|
||||
data: {
|
||||
detail: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user