Commit 8f3e6c3a by 夏超

[fix] 修改工艺设计复制工艺文件接口

parent f72f0f46
...@@ -6,7 +6,7 @@ _logger = logging.getLogger(__name__) ...@@ -6,7 +6,7 @@ _logger = logging.getLogger(__name__)
class RokeWorkstationMaterial(http.Controller): class RokeWorkstationMaterial(http.Controller):
@http.route('/roke/workstation/guidance/bulk_copy', type='http', auth="none", cors='*', csrf=False) @http.route('/roke/workstation/guidance/bulk_copy', type='json', auth="none", cors='*', csrf=False)
def bulk_copy_roke_workstation_guidance(self): def bulk_copy_roke_workstation_guidance(self):
""" """
工艺设计复制工艺文件接口 工艺设计复制工艺文件接口
......
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