WXL (wul)
2025-09-26 5434eca9e35826acd42eee3b6e89c6e8e14925d5
测试完成
已修改3个文件
11 ■■■■ 文件已修改
src/components/SortCheckbox/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/particty.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/SortCheckbox/index.vue
@@ -55,6 +55,10 @@
      type: Array,
      default: () => [],
    },
    selectedOrder: {
      type: Array,
      default: () => [],
    },
    valueKey: {
      type: String,
      default: "value",
@@ -72,7 +76,7 @@
  data() {
    return {
      checkedValues: [],
      selectedOrder: [], // 现在格式为 [{value, compensateTime}]
      // selectedOrder: [], // 现在格式为 [{value, compensateTime}]
    };
  },
  watch: {
src/views/patient/propaganda/particty.vue
@@ -87,6 +87,7 @@
                  <SortCheckbox
                    v-model="checkList"
                    :options="checkboxlist"
                    :selectedOrder="selectedOrder"
                    value-key="value"
                    label-key="label"
                    @change="checkSelectionChange"
vue.config.js
@@ -36,8 +36,8 @@
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        // target: `https://www.health-y.cn/lssf`,
        target: `http://192.168.100.127:8095`,
        // target: `http://192.168.100.10:8096`,
        // target: `http://192.168.100.127:8095`,
        target: `http://192.168.100.10:8096`,
        // target:`http://localhost:8095`,
        // target:`http://35z1t16164.qicp.vip`,
        // target: `http://192.168.100.193:8095`,