|
|
|
|
@ -131,7 +131,7 @@ |
|
|
|
|
return res.data.data |
|
|
|
|
}, |
|
|
|
|
prop: 'category', |
|
|
|
|
dicUrl: '/api/blade-workflow/design/category/tree', |
|
|
|
|
dicUrl: '/blade-workflow/design/category/tree', |
|
|
|
|
required: true, |
|
|
|
|
rules: [{ required: true, message: '请选择分类' }], |
|
|
|
|
}, |
|
|
|
|
@ -151,7 +151,7 @@ |
|
|
|
|
type: 'upload', |
|
|
|
|
propsHttp: { res: 'data', url: 'link', name: 'originalName' }, |
|
|
|
|
tip: '建议尺寸:50 * 50', |
|
|
|
|
action: '/api/blade-resource/oss/endpoint/put-file', |
|
|
|
|
action: '/blade-resource/oss/endpoint/put-file', |
|
|
|
|
display: true, |
|
|
|
|
showFileList: true, |
|
|
|
|
prop: 'icon', |
|
|
|
|
@ -263,10 +263,10 @@ export default { |
|
|
|
|
row: '', |
|
|
|
|
categoryVisible: false, |
|
|
|
|
userOption: { |
|
|
|
|
userUrl: '/api/blade-system/search/user', |
|
|
|
|
roleUrl: '/api/blade-system/search/role', |
|
|
|
|
deptUrl: '/api/blade-system/search/dept', |
|
|
|
|
postUrl: '/api/blade-system/search/post', |
|
|
|
|
userUrl: '/blade-system/search/user', |
|
|
|
|
roleUrl: '/blade-system/search/role', |
|
|
|
|
deptUrl: '/blade-system/search/dept', |
|
|
|
|
postUrl: '/blade-system/search/post', |
|
|
|
|
}, |
|
|
|
|
iconVisible: false, |
|
|
|
|
}; |
|
|
|
|
|