|
@@ -394,6 +394,10 @@ const tableItemClick = (row) => {
|
|
|
const tableLoad = ref(true)
|
|
|
const tableData = ref([])
|
|
|
const getTableData = async () => {
|
|
|
+ if (searchForm.value?.queryValue) {
|
|
|
+ searchForm.value.queryValue = searchForm.value.queryValue.trim()
|
|
|
+ }
|
|
|
+
|
|
|
tableLoad.value = true
|
|
|
const { error, code, data } = await approachApi.queryPage({
|
|
|
projectId: projectId.value,
|