修改超声影像相关
This commit is contained in:
parent
e0ed5a7680
commit
2a895ae364
@ -102,8 +102,8 @@
|
|||||||
|
|
||||||
.series_img {
|
.series_img {
|
||||||
border: 0px solid green;
|
border: 0px solid green;
|
||||||
width: 70px;
|
width: 30px;
|
||||||
height: 70px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.series_img_active {
|
.series_img_active {
|
||||||
|
@ -451,7 +451,7 @@ const dicomViewRef = ref()
|
|||||||
|
|
||||||
const opendicomViewFrom= (id: number, orgid: string, regid: string,examId:string) => {
|
const opendicomViewFrom= (id: number, orgid: string, regid: string,examId:string) => {
|
||||||
dicomViewRef.value.open(id, orgid, regid,examId)
|
dicomViewRef.value.open(id, orgid, regid,examId)
|
||||||
|
}
|
||||||
/** 表格行点击 */
|
/** 表格行点击 */
|
||||||
const clickNumber = ref(0)
|
const clickNumber = ref(0)
|
||||||
function handleEdit(row) {
|
function handleEdit(row) {
|
||||||
@ -514,7 +514,7 @@ function nowDate(time) {
|
|||||||
const getList = async () => {
|
const getList = async () => {
|
||||||
loading.value = true
|
loading.value = true
|
||||||
try {
|
try {
|
||||||
queryParams.deviceType = 'CT'
|
// queryParams.deviceType = 'CT'
|
||||||
const data = await PatientexamlistApi.getPatientexamlistPage(queryParams)
|
const data = await PatientexamlistApi.getPatientexamlistPage(queryParams)
|
||||||
list.value = data.list
|
list.value = data.list
|
||||||
total.value = data.total
|
total.value = data.total
|
||||||
@ -530,7 +530,7 @@ const dicomDataSync = async () => {
|
|||||||
/** 搜索按钮操作 */
|
/** 搜索按钮操作 */
|
||||||
const handleQuery = () => {
|
const handleQuery = () => {
|
||||||
queryParams.pageNo = 1
|
queryParams.pageNo = 1
|
||||||
queryParams.deviceType = 'CT'
|
// queryParams.deviceType = 'CT'
|
||||||
//获取到当前登陆用户的机构时 要进行赋值
|
//获取到当前登陆用户的机构时 要进行赋值
|
||||||
queryParams.orgId = ''
|
queryParams.orgId = ''
|
||||||
queryParams.highLevelOrgId = ''
|
queryParams.highLevelOrgId = ''
|
||||||
|
@ -514,7 +514,7 @@ function nowDate(time) {
|
|||||||
const getList = async () => {
|
const getList = async () => {
|
||||||
loading.value = true
|
loading.value = true
|
||||||
try {
|
try {
|
||||||
queryParams.deviceType = 'US'
|
// queryParams.deviceType = 'US'
|
||||||
const data = await PatientexamlistApi.getPatientexamlistPage(queryParams)
|
const data = await PatientexamlistApi.getPatientexamlistPage(queryParams)
|
||||||
list.value = data.list
|
list.value = data.list
|
||||||
total.value = data.total
|
total.value = data.total
|
||||||
@ -533,7 +533,7 @@ const handleQuery = () => {
|
|||||||
//获取到当前登陆用户的机构时 要进行赋值
|
//获取到当前登陆用户的机构时 要进行赋值
|
||||||
queryParams.orgId = ''
|
queryParams.orgId = ''
|
||||||
queryParams.highLevelOrgId = ''
|
queryParams.highLevelOrgId = ''
|
||||||
queryParams.deviceType = 'US'
|
// queryParams.deviceType = 'US'
|
||||||
getList()
|
getList()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user