fix: 字典码表大小写错误

This commit is contained in:
liulujian 2026-04-07 09:57:11 +08:00
parent 2d009323e4
commit 5fff9b86e1
4 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ export default {
}); });
}, },
// 代码表查询tableName: fwlx/xqlx/sshy/ysfw/XZQH/bq/dw // 代码表查询tableName: fwlx/xqlx/sshy/ysfw/xzqh/bq/dw
dms2mc(tableName, params) { dms2mc(tableName, params) {
return fetchSso({ return fetchSso({
url: `${basurl}/yygl/cache/v1/list/${tableName}`, url: `${basurl}/yygl/cache/v1/list/${tableName}`,

View File

@ -185,7 +185,7 @@ export default {
}, },
async fwfwoptionsSearch() { async fwfwoptionsSearch() {
try { try {
const res = await api.dms2mc('XZQH', {}); const res = await api.dms2mc('xzqh', {});
this.fwfwOptions = res.data || []; this.fwfwOptions = res.data || [];
} catch (error) { } catch (error) {
this.fwfwOptions = []; this.fwfwOptions = [];

View File

@ -191,7 +191,7 @@ export default {
}, },
async fwfwoptionsSearch() { async fwfwoptionsSearch() {
try { try {
const res = await api.dms2mc('XZQH', {}); const res = await api.dms2mc('xzqh', {});
this.fwfwOptions = res.data || []; this.fwfwOptions = res.data || [];
} catch (error) { } catch (error) {
this.fwfwOptions = []; this.fwfwOptions = [];

View File

@ -287,7 +287,7 @@ export default {
}, },
async fwfwoptionsSearch() { async fwfwoptionsSearch() {
try { try {
const res = await api.dms2mc('XZQH', {}); const res = await api.dms2mc('xzqh', {});
this.fwfwOptions = res.data || []; this.fwfwOptions = res.data || [];
} catch (error) { } catch (error) {
this.fwfwOptions = []; this.fwfwOptions = [];