计划外访视裁判规则配置
parent
b2ea219acc
commit
de5c46c916
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue