|
@@ -63,7 +63,7 @@ export const myMixin = {
|
|
|
object: JSON.stringify(object), //执行信息传json
|
|
object: JSON.stringify(object), //执行信息传json
|
|
|
status: status //成功返回success。失败返回error的信息
|
|
status: status //成功返回success。失败返回error的信息
|
|
|
};
|
|
};
|
|
|
- console.log('params',params);
|
|
|
|
|
|
|
+ // console.log('params',params);
|
|
|
|
|
|
|
|
this.ajax
|
|
this.ajax
|
|
|
.post(this.$store.state.apiM + 'updateUserData2', [params])
|
|
.post(this.$store.state.apiM + 'updateUserData2', [params])
|