计划外访视裁判规则配置

uat_us^2
caiyiling 2026-08-17 16:21:19 +08:00
parent b2ea219acc
commit de5c46c916
1 changed files with 8 additions and 0 deletions

View File

@ -396,6 +396,14 @@ export default {
this.visitPlanOptions = res.Result || []
if (!this.activeVisitTab && this.visitPlanOptions.length > 0) {
this.activeVisitTab = this.visitPlanOptions[0].Id
this.visitPlanOptions.push(
{
"Id": "00000000-0000-0000-0000-000000000000",
"VisitNum": -1,
"VisitName": "Out of Plan",
"IsBaseLine": false
}
)
}
}
} catch (e) {