|
@@ -276,6 +276,7 @@ export default {
|
|
// }
|
|
// }
|
|
// },
|
|
// },
|
|
handleAddLicensePlateByKipMember() {
|
|
handleAddLicensePlateByKipMember() {
|
|
|
|
+ console.log('handleAddLicensePlateByKipMember执行');
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
title: '加载中',
|
|
title: '加载中',
|
|
});
|
|
});
|
|
@@ -284,12 +285,17 @@ export default {
|
|
vehicleNo: this.vehicleNumber,
|
|
vehicleNo: this.vehicleNumber,
|
|
};
|
|
};
|
|
let confirmType;
|
|
let confirmType;
|
|
|
|
+ console.log(288, this.carInfo.id);
|
|
if (this.carInfo.id) {
|
|
if (this.carInfo.id) {
|
|
params.id = this.carInfo.id;
|
|
params.id = this.carInfo.id;
|
|
kipModifyMemberVehicles(params, JSON.parse(uni.getStorageSync('handleUser')))
|
|
kipModifyMemberVehicles(params, JSON.parse(uni.getStorageSync('handleUser')))
|
|
.then((result) => {
|
|
.then((result) => {
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|
|
- // console.log(resp);
|
|
|
|
|
|
+ console.log(292, result);
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ // result && result.code == '000000'
|
|
// return
|
|
// return
|
|
// const result = resp.data;
|
|
// const result = resp.data;
|
|
if (result && result.code == '000000') {
|
|
if (result && result.code == '000000') {
|
|
@@ -329,7 +335,7 @@ export default {
|
|
kipAddMemberVehicles(params, JSON.parse(uni.getStorageSync('handleUser')))
|
|
kipAddMemberVehicles(params, JSON.parse(uni.getStorageSync('handleUser')))
|
|
.then((result) => {
|
|
.then((result) => {
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|
|
- console.log(resp);
|
|
|
|
|
|
+ console.log(332, resp);
|
|
// const result = resp.data;
|
|
// const result = resp.data;
|
|
if (result && result.code == '000000') {
|
|
if (result && result.code == '000000') {
|
|
this.sensorsClick('$ClickVehicleAddOrEdit', {
|
|
this.sensorsClick('$ClickVehicleAddOrEdit', {
|