fix: 字典码表大小写错误
This commit is contained in:
parent
2d009323e4
commit
5fff9b86e1
@ -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) {
|
||||
return fetchSso({
|
||||
url: `${basurl}/yygl/cache/v1/list/${tableName}`,
|
||||
|
||||
@ -185,7 +185,7 @@ export default {
|
||||
},
|
||||
async fwfwoptionsSearch() {
|
||||
try {
|
||||
const res = await api.dms2mc('XZQH', {});
|
||||
const res = await api.dms2mc('xzqh', {});
|
||||
this.fwfwOptions = res.data || [];
|
||||
} catch (error) {
|
||||
this.fwfwOptions = [];
|
||||
|
||||
@ -191,7 +191,7 @@ export default {
|
||||
},
|
||||
async fwfwoptionsSearch() {
|
||||
try {
|
||||
const res = await api.dms2mc('XZQH', {});
|
||||
const res = await api.dms2mc('xzqh', {});
|
||||
this.fwfwOptions = res.data || [];
|
||||
} catch (error) {
|
||||
this.fwfwOptions = [];
|
||||
|
||||
@ -287,7 +287,7 @@ export default {
|
||||
},
|
||||
async fwfwoptionsSearch() {
|
||||
try {
|
||||
const res = await api.dms2mc('XZQH', {});
|
||||
const res = await api.dms2mc('xzqh', {});
|
||||
this.fwfwOptions = res.data || [];
|
||||
} catch (error) {
|
||||
this.fwfwOptions = [];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user