diff --git a/src/components/formTable/index.vue b/src/components/formTable/index.vue new file mode 100644 index 0000000..be56f3a --- /dev/null +++ b/src/components/formTable/index.vue @@ -0,0 +1,65 @@ + + \ No newline at end of file diff --git a/src/views/cost_projects/edit.vue b/src/views/cost_projects/edit.vue index 4ea88dc..de813c6 100644 --- a/src/views/cost_projects/edit.vue +++ b/src/views/cost_projects/edit.vue @@ -313,7 +313,6 @@ const customEvent = (e) => { formData.aunit = e.part_a formData.generalize = e.project_scale formData.Acontact = e.part_a_contract - // part_a_contract showDialog.value = false; }; diff --git a/src/views/supervision_participating_units/edit.vue b/src/views/supervision_participating_units/edit.vue index a9fe016..24ebdc4 100644 --- a/src/views/supervision_participating_units/edit.vue +++ b/src/views/supervision_participating_units/edit.vue @@ -1,163 +1,122 @@