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.
- package/.changeset/fluffy-students-beg.md +5 -0
- package/CHANGELOG.md +12 -0
- package/components/form/ExForm.jsx +1 -1
- package/dist/jobsys-explore.cjs +1 -1
- package/dist/jobsys-explore.cjs.map +1 -1
- package/dist/jobsys-explore.js +1 -1
- package/dist/jobsys-explore.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -272,7 +272,7 @@ export default defineComponent({
|
|
|
272
272
|
//远程拿数据模式
|
|
273
273
|
const fetchItem = () => {
|
|
274
274
|
if (props.fetchUrl) {
|
|
275
|
-
state.isInitializing =
|
|
275
|
+
state.isInitializing = false
|
|
276
276
|
useFetch()
|
|
277
277
|
.get(props.fetchUrl, { params: props.extraData })
|
|
278
278
|
.then((res) => {
|