forked from github/dataease
fix: API数据源, jsonPath路径不能为空
This commit is contained in:
parent
66e649505c
commit
81e5916a1c
@ -88,7 +88,7 @@
|
||||
</el-form-item>
|
||||
</div>
|
||||
|
||||
<el-form-item :label="$t('datasource.data_path')" pprop="dataPath">
|
||||
<el-form-item :label="$t('datasource.data_path')" prop="dataPath">
|
||||
<el-input :placeholder="$t('datasource.data_path_desc')" v-model="apiItem.dataPath" autocomplete="off"/>
|
||||
</el-form-item>
|
||||
<el-button style="margin-top: 12px;" @click="validateApi(undefined)" v-show="active === 1">{{ $t('commons.validate') }}</el-button>
|
||||
|
Loading…
Reference in New Issue
Block a user