Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
45907c24
Commit
45907c24
authored
Dec 15, 2022
by
hewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改之后更新数据
parent
e1cc6599
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/Statics/Dbicty/index.vue
+2
-2
No files found.
src/views/Statics/Dbicty/index.vue
View file @
45907c24
...
...
@@ -132,7 +132,7 @@ export default {
edit
(
this
.
model
)
.
then
((
res
)
=>
{
this
.
$message
.
success
(
"国家地区信息保存成功!"
);
this
.
goBack
()
this
.
goBack
(
true
)
})
.
catch
((
err
)
=>
{
this
.
$message
.
error
(
"国家地区信息保存失败!"
);
...
...
@@ -140,7 +140,7 @@ export default {
editBopctyData
(
this
.
model
.
inr
,
this
.
model
)
.
then
((
res
)
=>
{
this
.
$message
.
success
(
"收支申报国家代码表保存成功!"
);
this
.
goBack
()
this
.
goBack
(
true
)
})
.
catch
((
err
)
=>
{
this
.
$message
.
error
(
"收支申报国家代码表保存失败!"
);
...
...
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