马宇豪
2025-03-04 509f1d71c91242b11fd287cfcdeafe3d19b2d807
src/views/specialOperationsPay/notCoalWorkType/index.vue
@@ -22,14 +22,12 @@
<!--        </el-option>-->
<!--      </el-select>-->
      <el-button
        size="small"
        type="primary"
        style="margin-bottom: 10px;margin-left: 20px"
        @click="handleQuery()"
      >查询
      </el-button>
      <el-button
        size="small"
        type="primary"
        style="margin-bottom: 10px"
        @click="resetQuery()"
@@ -114,7 +112,9 @@
      cateGoryList: [],
      queryParams: {
        categoryType: null,
        districtCode: ''
        districtCode: '',
        pageNum: 1,
        pageSize: 999,
      },
      districtCode: ''
    };