Commit 084d3990 by zhuzhequan

修改状态查询

parent 0001c842
...@@ -37,3 +37,7 @@ export function deleteData(ids) { ...@@ -37,3 +37,7 @@ export function deleteData(ids) {
params: { ids }, params: { ids },
}) })
} }
export function getStatusSelect() {
return axios.get('/sys/domain/getErpStatusList')
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment