兰宝车间质量管理系统-前端
gssong
2024-03-31 4752b4eb01d5529eb4b107d1c6118b2c75213333
src/api/workflow/processDefinition/index.ts
@@ -93,7 +93,10 @@
  return request({
    url: '/workflow/processDefinition/deployByFile',
    method: 'post',
    data: data
    data: data,
    headers: {
      repeatSubmit: false
    }
  });
}
@@ -109,4 +112,3 @@
    method: 'put'
  });
};