fix: 恢复CRUD默认路径,移除不存在的自定义API端点
This commit is contained in:
parent
00b901ebfa
commit
5138ec338d
@ -3,10 +3,7 @@
|
||||
"title": "定价项目",
|
||||
"params": {
|
||||
"editable": {
|
||||
"get_data_url": "{{entire_url('get_pricing_program.dspy')}}",
|
||||
"new_data_url": "{{entire_url('../api/pricing_program_create.dspy')}}",
|
||||
"update_data_url": "{{entire_url('../api/pricing_program_update.dspy')}}",
|
||||
"delete_data_url": "{{entire_url('../api/pricing_program_delete.dspy')}}"
|
||||
"get_data_url": "{{entire_url('get_pricing_program.dspy')}}"
|
||||
},
|
||||
"sortby": "name",
|
||||
"logined_userorgid": "ownerid",
|
||||
|
||||
@ -3,10 +3,7 @@
|
||||
"title": "定价项目时序",
|
||||
"params": {
|
||||
"editable": {
|
||||
"get_data_url": "{{entire_url('get_pricing_program_timing.dspy')}}",
|
||||
"new_data_url": "{{entire_url('../api/pricing_program_timing_create.dspy')}}",
|
||||
"update_data_url": "{{entire_url('../api/pricing_program_timing_update.dspy')}}",
|
||||
"delete_data_url": "{{entire_url('../api/pricing_program_timing_delete.dspy')}}"
|
||||
"get_data_url": "{{entire_url('get_pricing_program_timing.dspy')}}"
|
||||
},
|
||||
"sortby": "enabled_date desc",
|
||||
"browserfields": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user