diff --git a/src/modules/10_registry/components/DialogAddRequestEdit.vue b/src/modules/10_registry/components/DialogAddRequestEdit.vue
index 2efe9d7..650d80f 100644
--- a/src/modules/10_registry/components/DialogAddRequestEdit.vue
+++ b/src/modules/10_registry/components/DialogAddRequestEdit.vue
@@ -170,8 +170,10 @@ function fetchProfile() {
}
/** popup รายละเอียดของ ขออัปเดตข้อมูลจากกรมการปกครอง */
-function onInfo() {
- modalInfo.value = true;
+function onInfo(val: string) {
+ if (val == "ขออัปเดตข้อมูลจากกรมการปกครอง") {
+ modalInfo.value = true;
+ }
}
watch(
@@ -205,22 +207,11 @@ watch(
lazy-rules
hide-bottom-space
use-input
+ @update:model-value="onInfo(formData.topic)"
@filter="(inputValue:string,
doneFn:Function) => filterOption(inputValue, doneFn
) "
>
-
-
-
- {{
- scope.opt
- }}
-
-
- {{ scope.opt }}
-
-
-
@@ -323,7 +314,11 @@ watch(
- (modalInfo = false)"
>ตกลง