1
lkk
2025-07-21 b3df10f4259711c7448e0b548f0ce69776144fed
src/api/system/biaoqianzidian.js
@@ -56,4 +56,14 @@
        adviceKjbqId:adviceKjbqId,
      }
    })
  }
  }
  // 修改体检建议快捷标签启用状态接口
export function addCyTjAdvice(data) {
    return request({
        url: '/advice/advice/addCyTjAdvice',
        method: 'post',
        data:data
    })
}