|
@@ -8,8 +8,8 @@
|
|
:inline="true"
|
|
:inline="true"
|
|
label-width="68px"
|
|
label-width="68px"
|
|
>
|
|
>
|
|
- <el-form-item label="名称" prop="name_zh">
|
|
|
|
- <el-input v-model="queryParams.name_zh" placeholder="请输入名称" clearable @keyup.enter="handleQuery" class="!w-180px" />
|
|
|
|
|
|
+ <el-form-item label="名称" prop="name">
|
|
|
|
+ <el-input v-model="queryParams.name" placeholder="请输入名称" clearable @keyup.enter="handleQuery" class="!w-180px" />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item>
|
|
<el-form-item>
|
|
<el-button @click="handleQuery"><Icon icon="ep:search" /> 搜索</el-button>
|
|
<el-button @click="handleQuery"><Icon icon="ep:search" /> 搜索</el-button>
|
|
@@ -261,6 +261,7 @@ const getList = async () => {
|
|
loading.value = true
|
|
loading.value = true
|
|
try {
|
|
try {
|
|
list.value = []
|
|
list.value = []
|
|
|
|
+ console.log('打印->log', queryParams, queryParams)
|
|
const data = await talentLabelingApi.getCardList(queryParams)
|
|
const data = await talentLabelingApi.getCardList(queryParams)
|
|
list.value = data || []
|
|
list.value = data || []
|
|
// total.value = total || []
|
|
// total.value = total || []
|