fix : 修复首页适配/人员选择器取消功能bug

This commit is contained in:
2024-09-22 12:21:57 +08:00
parent d7d825b5b0
commit 2546db9b64
6 changed files with 142 additions and 52 deletions

View File

@@ -35,7 +35,7 @@
</el-form>
<div class="oper-page-btn">
<el-button color="#DED0B2" v-if="routerName === 'Article/add'" @click="handleSubmit(fundForm)">提交</el-button>
<el-button color="#DED0B2" v-else @click="handleResubmit">重新提交</el-button>
<el-button color="#DED0B2" v-else @click="handleResubmit">提交</el-button>
<el-button @click="handleBack">返回</el-button>
</div>
</div>