WXL (wul)
6 天以前 51461f369f0b0ad1da96346afee5637302f1525b
src/views/sfstatistics/percentage/satisfaction.vue
@@ -17,6 +17,7 @@
                <el-select
                  v-model="queryParams.statisticaltype"
                  placeholder="请选择统计类型"
                  @change="handleQuery"
                >
                  <el-option
                    v-for="item in Statisticallist"
@@ -553,7 +554,6 @@
</template>
<script>
import store from "@/store";
import {
  getSfStatisticsJoy,
@@ -982,7 +982,6 @@
      this.single = selection.length != 1;
      this.multiple = !selection.length;
    },
    /** 导出按钮操作 */
    /** 导出按钮操作 */