标准清单数据新增时列表出现value变为文字

This commit is contained in:
shen_yan_pu
2021-07-24 16:54:02 +08:00
parent 8cfb143058
commit 33e84ae2bb
5 changed files with 422 additions and 277 deletions
+14
View File
@@ -24,3 +24,17 @@ export function uploadFileText (data) {
params: data
})
}
export function dicTypeData (data) {
return axios({
url: 'api/sys/dictype/getDicTypeListCode',
method: 'get',
params: data
})
}
export function StandardsInfoPage (data) {
return axios({
url: 'api/sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage',
method: 'get',
params: data
})
}