diff --git a/attendance-performance-manager-ui/admin/src/views/perform/rules/attend/components/AttendIndex.vue b/attendance-performance-manager-ui/admin/src/views/perform/rules/attend/components/AttendIndex.vue
index 6a0f390f2f5de51b97f6e4e2668f9b3d6df66eab..4d2062b33fef918a3b2cdad793ca3c4b4c7b95d7 100644
--- a/attendance-performance-manager-ui/admin/src/views/perform/rules/attend/components/AttendIndex.vue
+++ b/attendance-performance-manager-ui/admin/src/views/perform/rules/attend/components/AttendIndex.vue
@@ -226,7 +226,9 @@ export default {
         type: this.activeName,
         page: this.query.page,
         orderColList: this.typeArr,
-        name: `%${this.searchValue}%`,
+        andConditionList: [
+          { content: `%${this.searchValue}%`, name: `%${this.searchValue}%` },
+        ],
       }).then((res) => {
         if (res.code == 1) {
           this.tableData = res.data;