-
+
-
+
{
const searchChange = () => {
onLoad();
};
+// 清空
+const searchReset=()=>{
+ queryTop.value = {};
+ details.query = {};
+ handleClearTableQuery(details.columnList);
+ onLoad();
+}
// 每页多少条
const sizeChange = val => {
details.page.pageSize = val;
@@ -426,10 +431,13 @@ const lyadded = () => {
width: 100%;
display: flex;
justify-content: space-between;
- .el-btn {
+ :deep(.el-btn) {
margin-right: 0;
width: 15%;
align-items: flex-start;
+ .el-form-item__content{
+ justify-content: flex-end;
+ }
}
}