lichao преди 3 години
родител
ревизия
7b31b6dc6b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/reportManagement/profitGeneralLedger/index.vue

+ 1 - 1
src/views/reportManagement/profitGeneralLedger/index.vue

@@ -195,7 +195,6 @@
                 <el-form-item label="客户分组">
                   <el-select
                     v-model="queryParams.groupBy"
-                    clearable
                     filterable
                     placeholder="请选择"
                   >
@@ -1097,6 +1096,7 @@ export default {
         fBillstatus: null,
         fBusinessType: null,
         fFeeid: null,
+        groupBy: 1,
       };
     },
     /** 搜索按钮操作 */