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-03-25 14:13:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
15d89d1468bcba336595ede2366274e7488ae194
15d89d14
1 parent
f578881a
打印删除
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
src/views/basicInformation/caPreReviewImport/index.vue
src/views/basicInformation/flightInformationImport/index.vue
src/views/basicInformation/caPreReviewImport/index.vue
View file @
15d89d1
...
...
@@ -80,7 +80,6 @@
uploadExcel(option) {
//上传excel
const file = option.file;
console.log(option);
this.loading=true;
importcaPreReview(file, this.form.type).then((res) => {
this.loading=false;
...
...
src/views/basicInformation/flightInformationImport/index.vue
View file @
15d89d1
...
...
@@ -60,7 +60,6 @@
v-if="key != 'errorMessage' && key != 'line'"
:label="key"
:prop="key"
width="120"
></el-table-column>
</el-table>
</div>
...
...
@@ -126,7 +125,6 @@ export default {
uploadExcel(option) {
//上传excel
const file = option.file;
console.log(option);
importFlight(file, this.form.type).then((res) => {
if (res.code != 200) {
if (res.code == 603) {
...
...
Please
register
or
login
to post a comment