changes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user