Commit f0da5ec8 by Kyle_Li

无法保存bug

parent 501e5aa3
...@@ -52,7 +52,7 @@ import showMsg from '@/common/js/showmsg'; ...@@ -52,7 +52,7 @@ import showMsg from '@/common/js/showmsg';
import errMsg from '@/common/js/error'; import errMsg from '@/common/js/error';
import strLength from '@/common/js/strlen'; import strLength from '@/common/js/strlen';
import { log } from '@/utils/index.js'; import { log } from '@/utils/index.js';
import { postRequest, postForm } from '@/api/api'; import { postJson, postForm } from '@/api/api';
export default { export default {
name: 'pointSystem', name: 'pointSystem',
props: { props: {
...@@ -247,7 +247,7 @@ export default { ...@@ -247,7 +247,7 @@ export default {
let that = this; let that = this;
let para = form; let para = form;
postRequest('/api-admin/save-enter-member-system', para) postJson('/api-admin/save-enter-member-system', para)
.then(res => { .then(res => {
log(res.data.result); log(res.data.result);
let resData = res.data; let resData = res.data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment