瀏覽代碼

修复bug

gcz 2 月之前
父節點
當前提交
3a5b677c8a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/priceConfigurationUilt/dialog/bindTeamBoxNew.vue

+ 2 - 2
src/views/priceConfigurationUilt/dialog/bindTeamBoxNew.vue

@@ -3,7 +3,7 @@
  * @Author: Sugar.
  * @Date: 2023-11-24 13:55:00
  * @LastEditors: gcz
- * @LastEditTime: 2025-03-24 09:43:23
+ * @LastEditTime: 2025-03-24 11:07:37
  * @FilePath: \great_webui\src\views\priceConfigurationUilt\dialog\bindTeamBoxNew.vue
  * @Copyright: Copyright (c) 2016~2023 by Sugar., All Rights Reserved.
 -->
@@ -356,7 +356,7 @@
         this.getSelectList()
       },
       resetQuery1() {
-        this.queryParams.queryParams = null
+        this.queryParams.teamName = null
         this.getList()
       }
     },