This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
qiubinghui
/
zhywpt-web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
高速快讯
master
wangxyi
2 weeks ago
parent
ff7c353370
commit
4c84d9fa2e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/views/onlineBusinessHall/onlineOperation/carouselManagement/index.vue
+ 1
- 1
src/views/onlineBusinessHall/onlineOperation/carouselManagement/index.vue
View File
@@ -415,7 +415,7 @@ function submit(data: any) {
// 将 appid 字段名改为 Appid
if (processedData.appid !== undefined) {
processedData.Appid = processedData.appid;
processedData.
mini
Appid = processedData.appid;
delete processedData.appid;
}
Write
Preview
Loading…
Cancel
Save