jobsys-explore 4.6.3 → 4.6.4

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.
@@ -0,0 +1,5 @@
1
+ ---
2
+ "jobsys-explore": patch
3
+ ---
4
+
5
+ A
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # jobsys-explore
2
2
 
3
+ ## 4.6.4
4
+
5
+ ### Patch Changes
6
+
7
+ - A
8
+ - Add useFindOptionByValue
9
+ - Upgrade
10
+ - Adjust vue version
11
+ - Downgrade vue
12
+ - AA
13
+ - Add fieldNames support for options
14
+
3
15
  ## 4.6.3
4
16
 
5
17
  ### Patch Changes
@@ -272,7 +272,7 @@ export default defineComponent({
272
272
  //远程拿数据模式
273
273
  const fetchItem = () => {
274
274
  if (props.fetchUrl) {
275
- state.isInitializing = true
275
+ state.isInitializing = false
276
276
  useFetch()
277
277
  .get(props.fetchUrl, { params: props.extraData })
278
278
  .then((res) => {