|
|
@@ -103,7 +103,7 @@ |
|
|
|
} from "@dcloudio/uni-app"; |
|
|
|
import {requestNew |
|
|
|
} from "@/utils/network/request.js"; |
|
|
|
import {commGetDetail,cardObuLoss |
|
|
|
import {commGetDetail,relieveHandUp |
|
|
|
} from "@/utils/network/api.js"; |
|
|
|
import { |
|
|
|
getCredentialType |
|
|
@@ -154,7 +154,8 @@ |
|
|
|
/*下一步*/ |
|
|
|
const nextACtion = () => { |
|
|
|
console.log(flag.length) |
|
|
|
showModelAction('解除挂起', '请确认是否执行解除挂起', 4) |
|
|
|
// |
|
|
|
showModelAction('解除挂起', '请确认是否执行解除挂起',3) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
@@ -225,7 +226,7 @@ |
|
|
|
showLoading: true, |
|
|
|
}; |
|
|
|
return new Promise(async (resolve, reject) => { |
|
|
|
const res = await requestNew(cardObuLoss, options); |
|
|
|
const res = await requestNew(relieveHandUp, options); |
|
|
|
const data = res |
|
|
|
resolve(data); |
|
|
|
}).catch((error) => { |