This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
loumengning
/
shop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
yijia
v-Brocloni
3 years ago
parent
c47aaef0d8
commit
692bd9d23d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/assets/js/backend/unishop/order.js
+ 1
- 1
public/assets/js/backend/unishop/order.js
View File
@@ -149,12 +149,12 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
}, function (data, ret) {
Layer.closeAll();
Layer.alert(ret.msg);
table.bootstrapTable('refresh');
}, function (data, ret) {
Layer.alert(ret.msg);
});
});
},
refresh: true
},
// {
// name: 'delivere',
Write
Preview
Loading…
Cancel
Save