fix(organization): prevent displaying null for prefix
This commit is contained in:
parent
660fed8375
commit
d73fbf80f9
3 changed files with 6 additions and 4 deletions
|
|
@ -777,7 +777,7 @@ watch(
|
|||
<DialogMovePos
|
||||
v-model:modal="modalDialogMMove"
|
||||
v-model:nodeTree="nodeTree"
|
||||
v-model:columns="columns as QTableProps[]"
|
||||
v-model:columns="columns"
|
||||
v-model:rows="posMaster"
|
||||
v-model:totalPage="totalPage"
|
||||
v-model:reqMaster="reqMaster"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue