feat:编辑测评选择测评选项可以回显,修复删除后tag没清除,修改时间的传参;管理的催促提示修改

This commit is contained in:
Ggysh-7
2022-11-25 21:54:57 +08:00
parent 586d06148f
commit 142e923d05
10 changed files with 202 additions and 453 deletions

View File

@@ -57,6 +57,7 @@
/>
<div class="pa">
<a-pagination
v-if="tableDataTotal>10"
showSizeChanger="true"
showQuickJumper="true"
hideOnSinglePage="true"
@@ -308,7 +309,9 @@ export default {
};
//重置案例信息
const resetCase = () => {
state.inputV1 = "";
state.inputV1 = ""
state.selectedRowKeys=[]
state.currentPage = 1
getAllCaseText();
};
return {
@@ -468,8 +471,6 @@ export default {
.pa {
left: 0;
width: 100%;
// height: 20px;
// background-color: red;
display: flex;
justify-content: center;
position: absolute;