|
|
@@ -550,6 +550,8 @@ export default {
|
|
|
},
|
|
|
})
|
|
|
]).then(responses => {
|
|
|
+ console.log(responses);
|
|
|
+
|
|
|
const [unlockResp, clientResp] = responses;
|
|
|
|
|
|
// 处理第一个请求结果
|
|
|
@@ -633,8 +635,6 @@ export default {
|
|
|
"id": row.id,
|
|
|
"deleteUserId": this.userId
|
|
|
}
|
|
|
- console.log(delData);
|
|
|
-
|
|
|
this.$axios.post('/api/MarketCustomerResources/NewClientDel', delData, {
|
|
|
headers: {
|
|
|
'Authorization': that.token,
|
|
|
@@ -760,7 +760,6 @@ export default {
|
|
|
var mcrPageData = localStorage.getItem("mcrPageData");
|
|
|
if (mcrPageData) {
|
|
|
try {
|
|
|
- console.log(mcrPageData);
|
|
|
var json = JSON.parse(mcrPageData);
|
|
|
this.inputLXR = json.inputLXR;
|
|
|
this.inputDW = json.inputDW;
|