Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
ShanghaiGongwei
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
宁路鹏
ShanghaiGongwei
Commits
7293288b
Commit
7293288b
authored
Mar 30, 2022
by
DESKTOP-KM66R2T\Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除debugger
parent
ae0a30b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/components/index.vue
+6
-6
yarn.lock
+0
-0
No files found.
src/components/index.vue
View file @
7293288b
<!--
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @LastEditors:
ninglupeng
* @LastEditTime: 2022-03-
24 19:28:30
* @LastEditors:
wsq
* @LastEditTime: 2022-03-
30 12:23:58
* @Description:
-->
<
template
>
...
...
@@ -114,7 +114,7 @@ export default {
})
.
catch
(()
=>
{
//验证失败
debugger
;
//
debugger;
});
}
else
if
(
this
.
page
==
4
)
{
// patientName: "", //患者姓名
...
...
@@ -157,7 +157,7 @@ export default {
})
.
catch
(()
=>
{
//验证失败
debugger
;
//
debugger;
});
}
else
if
(
this
.
page
==
5
)
{
// purpose: "学习", // 来沪目的
...
...
@@ -189,7 +189,7 @@ export default {
})
.
catch
(()
=>
{
//验证失败
debugger
;
//
debugger;
});
}
else
if
(
this
.
page
==
6
)
{
// hasHistoryAllergies: "有", //过敏史
...
...
@@ -237,7 +237,7 @@ export default {
})
.
catch
(()
=>
{
//验证失败
debugger
;
//
debugger;
});
},
save
(
values
)
{
...
...
yarn.lock
View file @
7293288b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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