This commit is contained in:
‘937886381’
2025-03-17 14:18:07 +08:00
parent 97acb4faac
commit e823dee9ff
55 changed files with 4835 additions and 645 deletions

View File

@@ -168,7 +168,8 @@ export default {
pageSize: 20,
maintainPlanId: null,
startTime: null,
special: false,
special: false,
name:undefined,
status: 1,
},
// 表单参数
@@ -196,7 +197,7 @@ export default {
methods: {
/** 批量确认 */
async handleSearchBarBtnClick(btn) {
console.log(11111);
console.log(btn);
switch (btn.btnName) {
case 'batchConfirm':
@@ -263,6 +264,8 @@ export default {
.catch(() => { });
break;
case 'search':
console.log(btn);
this.queryParams.name = btn.name || null;
this.getList()
break;
case 'add':