Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
5b73bfee
Commit
5b73bfee
authored
Jul 01, 2022
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
his查看质控右侧添加loading
parent
8150555a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
src/views/outseeQualityControl.vue
+7
-2
No files found.
src/views/outseeQualityControl.vue
View file @
5b73bfee
...
@@ -229,7 +229,7 @@ import medicalRecordHomepage from "../components/medicalRecordHomepage/index.vue
...
@@ -229,7 +229,7 @@ import medicalRecordHomepage from "../components/medicalRecordHomepage/index.vue
import
{
useRoute
,
useRouter
}
from
"../utils/useVueRouter"
;
import
{
useRoute
,
useRouter
}
from
"../utils/useVueRouter"
;
import
$
from
"jquery"
;
import
$
from
"jquery"
;
import
{
setItem
,
getItem
}
from
"../utils/auth"
;
import
{
setItem
,
getItem
}
from
"../utils/auth"
;
import
{
Message
}
from
"element-ui"
;
import
{
Message
,
Loading
}
from
"element-ui"
;
export
default
{
export
default
{
components
:
{
components
:
{
medicalRecordHomepage
,
medicalRecordHomepage
,
...
@@ -312,6 +312,7 @@ export default {
...
@@ -312,6 +312,7 @@ export default {
// 获取病案首页数据
// 获取病案首页数据
function
getHomePage
(
id
)
{
function
getHomePage
(
id
)
{
http
http
.
post
(
`/medical/Get/HomeHisPage?id=
${
id
}
`
,
{})
.
post
(
`/medical/Get/HomeHisPage?id=
${
id
}
`
,
{})
.
then
((
data
)
=>
{
.
then
((
data
)
=>
{
...
@@ -322,6 +323,7 @@ export default {
...
@@ -322,6 +323,7 @@ export default {
}
}
//获取患者基本信息树形数据
//获取患者基本信息树形数据
function
getScoringDetails
(
id
)
{
function
getScoringDetails
(
id
)
{
var
loadingInstance1
=
Loading
.
service
(
loadingOption1
);
http
http
.
post
(
`/medical/get/GetCaseHisRule?id=
${
id
}
`
,
{})
.
post
(
`/medical/get/GetCaseHisRule?id=
${
id
}
`
,
{})
.
then
((
data
)
=>
{
.
then
((
data
)
=>
{
...
@@ -329,11 +331,14 @@ export default {
...
@@ -329,11 +331,14 @@ export default {
state
.
rightdepartmentTree
=
data
[
1
].
rulesLists
;
state
.
rightdepartmentTree
=
data
[
1
].
rulesLists
;
state
.
fruleCount
=
data
[
0
].
ruleCount
;
state
.
fruleCount
=
data
[
0
].
ruleCount
;
state
.
ruleCount
=
data
[
1
].
ruleCount
;
state
.
ruleCount
=
data
[
1
].
ruleCount
;
loadingInstance1
.
close
();
if
(
state
.
fruleCount
==
0
||
state
.
ruleCount
==
0
)
{
if
(
state
.
fruleCount
==
0
||
state
.
ruleCount
==
0
)
{
state
.
isnodataShow
=
true
;
state
.
isnodataShow
=
true
;
}
}
})
})
.
catch
((
error
)
=>
{});
.
catch
((
error
)
=>
{
loadingInstance1
.
close
();
});
}
}
//点击非编码问题
//点击非编码问题
const
leftcode
=
()
=>
{
const
leftcode
=
()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment