Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
57e07d33
authored
2022-09-21 15:32:12 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
8e05d4f6
4741c4b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
src/views/ywbl/fqsq/fqsq.vue
src/views/ywbl/fqsq/fqsq.vue
View file @
57e07d3
...
...
@@ -202,6 +202,7 @@ export default {
}
},
operation
(
index
,
item
)
{
let
that
=
this
;
switch
(
item
.
value
)
{
case
"zsyl"
:
this
.
zsylFlag
=
true
;
...
...
@@ -243,19 +244,11 @@ export default {
})
.
then
(
function
()
{
record
(
formdata
).
then
((
res
)
=>
{
debugger
;
if
(
res
.
code
===
200
||
res
.
code
===
2002
)
{
th
is
.
$alert
(
res
.
message
);
th
at
.
$alert
(
res
.
message
);
}
});
})
.
then
((
data
)
=>
{
this
.
$alert
(
"res.Message"
);
})
.
catch
(
function
(
err
)
{
//捕获异常
});
break
;
}
},
...
...
Please
register
or
sign in
to post a comment