This commit is contained in:
Viet An
2026-05-15 11:18:33 +07:00
parent 869138c003
commit 0ef1d29850
18 changed files with 175 additions and 111 deletions

View File

@@ -2,7 +2,7 @@
<div>
<div
class="field has-addons"
:id="docid"
:id="$id()"
>
<div class="control has-icons-left has-icons-right is-expanded">
<div
@@ -17,7 +17,6 @@
:class="[
'input',
{
'is-danger': error,
'has-text-dark': disabled,
},
]"
@@ -171,11 +170,9 @@ const selected = ref();
const showmodal = ref();
const params = ref(props.api && $findapi(props.api).params);
const orgdata = ref();
const error = ref(false);
const focused = ref(false);
const count1 = ref(0);
const count2 = ref(0);
const docid = ref($id());
const pos = ref();
getPos();