fix(indicator-plan):fix nodeDnaId
This commit is contained in:
parent
000f6d183c
commit
a0a9c7e2e6
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ function updateSelectedAgency(data: any, isUpdate: boolean = false) {
|
|||
|
||||
/**function ยืนยันการบันทึกข้อมูล */
|
||||
function onSubmit() {
|
||||
if (planData.nodeId == null || planData.strategyId == "") {
|
||||
if (nodeDnaId.value == "" || planData.strategyId == "") {
|
||||
dialogMessageNotify(
|
||||
$q,
|
||||
`กรุณาเลือกหน่วยงาน/ส่วนราชการ หรือ ยุทธศาสตร์/แผน`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue