yxk-20260509-党委会反馈表单

新增时,自动加上反馈部门和反馈人
This commit is contained in:
ye1023
2026-05-09 15:52:49 +08:00
parent 0a28b35f37
commit cbd048e7d3
3 changed files with 97 additions and 2 deletions
@@ -80,7 +80,7 @@
</template>
</a-row>
<div v-if="!mainDisabled" class="main-actions">
<a-button type="primary" :loading="savingMain" @click="submitForm">保存主表数据</a-button>
<a-button type="primary" :loading="savingMain" @click="submitForm">保存</a-button>
</div>
</a-form>
@@ -423,6 +423,6 @@
display: flex;
justify-content: center;
gap: 12px;
margin-top: 8px;
margin-top: 1px;
}
</style>