This commit is contained in:
‘937886381’
2025-01-03 09:55:08 +08:00
parent 5dd299e549
commit f26d7abc64
6 changed files with 19 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ export default {
// tableBtn: [], // 占位
// searchBarFormConfig: [], // 占位
// // 弹窗表单配置
// dialogFormConfig: [], //
// dialogFormConfig: [], //
updateUrl: '',
addUrl: '',
pageUrl: '',
@@ -109,7 +109,9 @@ export default {
}
},
// 处理搜索栏按钮
handleSearchBarBtnClick(btn) {
handleSearchBarBtnClick(btn) {
console.log(btn);
// const keys = ['name', 'createTime']; // timeVal // 已被 searchBarKeys 替代
switch (btn.btnName) {
case 'search':