1
wwl
2025-03-17 ea8df2c98909f24e12c1807184238e893dc80f31
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
    })
}