Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2022-11-18 16:05:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
13ae361b6bc656cb3417d9ebd96bf64302d686d0
13ae361b
1 parent
ee1df6b3
请求修正
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/preMdeConfig/flightToArea/index.vue
src/views/preMdeConfig/ursaToArea/index.vue
src/views/preMdeConfig/flightToArea/index.vue
View file @
13ae361
...
@@ -162,7 +162,7 @@ export default {
...
@@ -162,7 +162,7 @@ export default {
162
}
162
}
163
} else {
163
} else {
164
this.msgSuccess("导入成功");
164
this.msgSuccess("导入成功");
165
-
this.selection()
165
+
this.selection(
1
)
166
}
166
}
167
});
167
});
168
},
168
},
...
...
src/views/preMdeConfig/ursaToArea/index.vue
View file @
13ae361
...
@@ -168,7 +168,7 @@ export default {
...
@@ -168,7 +168,7 @@ export default {
168
}
168
}
169
} else {
169
} else {
170
this.msgSuccess("导入成功");
170
this.msgSuccess("导入成功");
171
-
this.
tableData = res.data.data;
171
+
this.
selection(1)
172
}
172
}
173
});
173
});
174
},
174
},
...
...
Please
register
or
login
to post a comment