fix: remove nonexistent ownerid filter from pricing_program_timing CRUD
This commit is contained in:
parent
c2a7dbb98f
commit
fffcd03c87
@ -2,13 +2,12 @@
|
||||
"tblname": "pricing_program_timing",
|
||||
"title": "定价项目时序",
|
||||
"params": {
|
||||
"logined_userorgid": "ownerid",
|
||||
"browserfields": {
|
||||
"exclouded": ["id", "ownerid", "ppid" ],
|
||||
"exclouded": ["id", "ppid" ],
|
||||
"alters": {}
|
||||
},
|
||||
"editexclouded": [
|
||||
"id", "ownerid", "ppid", "name"
|
||||
"id", "ppid", "name"
|
||||
],
|
||||
"subtables":[
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user