fix:修复了工单传参列表里的参数
This commit is contained in:
@@ -233,7 +233,7 @@ const tableConfig = reactive({
|
||||
}
|
||||
],
|
||||
api: '/order/list',
|
||||
params: {state:"1",name:"已处理"},
|
||||
params: {orderState:"2"},
|
||||
btns: [
|
||||
// {name: '新增', key: 'add', color: '#DED0B2', auth: auths.report},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user