|
@@ -3042,7 +3042,7 @@ const _cha_WorkList = async (node) => {
|
|
|
if (regex.test(search)) {
|
|
if (regex.test(search)) {
|
|
|
// 符合条件,执行搜索操作
|
|
// 符合条件,执行搜索操作
|
|
|
console.log('搜索内容为纯数字加字母');
|
|
console.log('搜索内容为纯数字加字母');
|
|
|
- const WorkListdata = await WorkList({search:search,limit:1,page:1});//接口调用函数
|
|
|
|
|
|
|
+ const WorkListdata = await WorkList({search:search,limit:100,page:1});//接口调用函数
|
|
|
if(WorkListdata.data.total === 0){
|
|
if(WorkListdata.data.total === 0){
|
|
|
ElMessage({type: 'warning',message: '未搜索具体查询条件'})
|
|
ElMessage({type: 'warning',message: '未搜索具体查询条件'})
|
|
|
}
|
|
}
|