作者 朱兆平

update:

1. 车辆备案提交,更新用户id从cloud-usercenter服务获取,不从kako-usercenter获取.
@@ -712,7 +712,7 @@ @@ -712,7 +712,7 @@
712 if (valid) { 712 if (valid) {
713 this.$confirm('确认提交吗?', '提示', {}).then(() => { 713 this.$confirm('确认提交吗?', '提示', {}).then(() => {
714 this.addloading = true; 714 this.addloading = true;
715 - this.addForm.createBy = JSON.parse(sessionStorage.getItem('user')).id; 715 + this.addForm.createBy = JSON.parse(sessionStorage.getItem('user')).userId;
716 let para = Object.assign({}, this.addForm); 716 let para = Object.assign({}, this.addForm);
717 save(para).then((res) => { 717 save(para).then((res) => {
718 if (res.data.code == 200){ 718 if (res.data.code == 200){