WXL (wul)
4 天以前 4b221581b1d7b6c22e86af4e12c363ef482898c8
随访详情及控制台错误优化
已修改4个文件
已重命名1个文件
9 ■■■■■ 文件已修改
src/api/AiCentre/index.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/AiCentre/satisfactionse.js 补丁 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/SidebarItem.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/record/detailpage/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/knowledge/education/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/AiCentre/index.js
@@ -9,4 +9,4 @@
export * from './external'
export * from './patientexternal'
export * from './EChartsdata'
export * from './satisfaction'
export * from './satisfactionse'
src/api/AiCentre/satisfactionse.js
src/layout/components/Sidebar/SidebarItem.vue
@@ -14,7 +14,6 @@
      </template>
      <sidebar-item
        v-for="child in item.children"
        :key="child.path"
        :is-nest="true"
        :item="child"
        :base-path="resolvePath(child.path)"
src/views/followvisit/record/detailpage/index.vue
@@ -1239,7 +1239,7 @@
            })
            .catch(() => {
              if (this.form.serviceType == 13) {
                if (this.visitCount) {
                if (this.visitCount!=1) {
                  this.$router.push({
                    path: "/logisticsservice/zbAgain",
                  });
@@ -1249,7 +1249,7 @@
                  });
                }
              } else if (this.form.serviceType == 2) {
                if (this.visitCount) {
                if (this.visitCount!=1) {
                  this.$router.push({
                    path: "/logisticsservice/again",
                  });
src/views/knowledge/education/index.vue
@@ -88,7 +88,6 @@
                >
                  <el-option
                    v-for="item in courtyardlist"
                    :key="item.label"
                    :label="item.label"
                    :value="item.label"
                  >
@@ -112,7 +111,6 @@
                >
                  <el-option
                    v-for="(item, index) in qyoptions"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >