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
d758b310
authored
2022-09-21 15:21:04 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改登簿提示
1 parent
371ab015
Show 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 @
d758b31
...
...
@@ -193,6 +193,7 @@ export default {
});
},
operation
(
index
,
item
)
{
let
that
=
this
;
switch
(
item
.
value
)
{
case
"zsyl"
:
this
.
zsylFlag
=
true
;
...
...
@@ -234,19 +235,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