This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zhichen-edu
/
zc_saas_admin
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix:bug
Tang
3 years ago
parent
c4fa983e8f
commit
ac33746150
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/views/Marketing/order/offlineOrder/batchRecord/secondStep/index.vue
+ 1
- 1
src/views/Marketing/order/offlineOrder/batchRecord/secondStep/index.vue
View File
@@ -798,7 +798,7 @@ export default {
}
})
.finally(() => {
- resolve(
res
);
+ resolve();
});
});
},