|
@@ -57,6 +57,7 @@ const getOldWorkTodo = () => {
|
|
|
.get(AppConfigInfo.value.oldHotlineOrderState + userNameEncryption.value)
|
|
|
.then((res: any) => {
|
|
|
console.log('旧系统的查询工单待办返回:',res);
|
|
|
+ isDot.value = res.data.result ?? false;
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
console.log('旧系统的查询工单待办失败:',err);
|
|
@@ -67,6 +68,7 @@ const getOldWorkTodo = () => {
|
|
|
.get(AppConfigInfo.value.oldHotlineOrderState + userNameEncryption.value)
|
|
|
.then((res: any) => {
|
|
|
console.log('旧系统的查询工单待办返回:',res);
|
|
|
+ isDot.value = res.data.result ?? false;
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
console.log('旧系统的查询工单待办失败:',err);
|