1
lkk
2025-07-04 4936c229b0eeea0305e15d019c801bd88b8d074e
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
    })
}