eztech-core-components 1.0.74 → 1.0.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <el-dialog :visible.sync="visible" :title="pdfTitle" width="900px" class="dialog-pdf">
2
+ <el-dialog :visible.sync="visible" :title="pdfTitle" width="900px" class="dialog-pdf" append-to-body>
3
3
  <div v-if="loading" class="bg-[#525659] px-20 h-[900px] flex items-center justify-center text-slate-200 text-lg font-medium gap-2">
4
4
  <i class="el-icon-loading" /> Түр хүлээнэ үү..
5
5
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eztech-core-components",
3
- "version": "1.0.74",
3
+ "version": "1.0.76",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -1575,7 +1575,7 @@ export const getAsyncData = async ({
1575
1575
  'expert_id'
1576
1576
  ]
1577
1577
  const searchAllStringFields = [
1578
- 'position_id'
1578
+ 'position_id', 'organization_id'
1579
1579
  ]
1580
1580
  conf.columns = getColumns(col.columns, parentKeys.concat(col.col_field), parentFields[col.col_field] || {})
1581
1581
  const showChildColumn = conf.columns?.filter(c => !c.tableHidden && !['color', 'is_ping', 'code'].includes(c.col_field))