Browse Source

fix: remove company_name as parameter

pull/4/head
wahyun 2 months ago
parent
commit
086749098d
  1. 1777
      edit-mode/function/ganttConfig.js
  2. 1
      edit-mode/function/reportActivity.js

1777
edit-mode/function/ganttConfig.js

File diff suppressed because it is too large Load Diff

1
edit-mode/function/reportActivity.js

@ -448,7 +448,6 @@ $(document).ready(function () {
imageFormData.append("ref_id", reportId);
imageFormData.append("category", "report_activity");
imageFormData.append("files", image, image.name);
imageFormData.append("company_name", company_name);
if (image.name && image.size) {
await axiosInstanceMultipart.post(`${base_url}image/upload`, imageFormData);

Loading…
Cancel
Save