Commit fe9dd3d9 authored by wuhao's avatar wuhao :dart:

asder

parent 91aecefd
......@@ -86,7 +86,6 @@ function getcolumns(setdrawer) {
placeholder: '请选择',
showSearch: true,
},
valueType: 'select',
options: { path: '/auth/sysFactory/getAllFactorySelection', params: {} },
formItemProps: { rules: [{ required: true, message: '此项为必填项' }] },
......
......@@ -189,6 +189,8 @@ function getcolumns(setDrawer, ifs, formRef) {
},
width: 120,
valueType: 'select',
searchKey: 'factoryNames',
searchValueType: 'input',
options: { path: '/auth/sysFactory/getAllFactorySelection', params: {} },
},
{
......@@ -199,6 +201,8 @@ function getcolumns(setDrawer, ifs, formRef) {
showSearch: true,
mode: 'multiple',
},
searchKey: 'shopNames',
searchValueType: 'input',
width: 120,
valueType: 'select',
options: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment