|
@@ -3913,7 +3913,7 @@ const addOp3 = async (userTime: any, loadTime: any, object: any, status: any) =>
|
|
|
|
|
|
|
|
try {
|
|
try {
|
|
|
if (!userJson.value || !userJson.value.accountNumber) {
|
|
if (!userJson.value || !userJson.value.accountNumber) {
|
|
|
- const res = await axios.get('https://pbl.cocorobo.cn/api/pbl/' + api, {
|
|
|
|
|
|
|
+ const res = await axios.get('https://pbl.cocorobo.cn/api/pbl/selectUser2', {
|
|
|
params: { userid: props.userid }
|
|
params: { userid: props.userid }
|
|
|
})
|
|
})
|
|
|
if (res == 201 || res.length == 0) {
|
|
if (res == 201 || res.length == 0) {
|