This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
zkPCproject
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改部分页面排序功能
newStyle
douzhuo
3 years ago
parent
83e1b98af3
commit
82435720c8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/admin/role/index.vue
+ 1
- 1
src/views/admin/role/index.vue
View File
@@ -474,7 +474,7 @@ export default {
} else {
this.form.messageType = ''
}
this.$api.api.updateMessageType
(this.form).then((res) => {
putObj
(this.form).then((res) => {
console.log(res);
this.cancelAddPush();
if (res.code == 0) {
Write
Preview
Loading…
Cancel
Save