Commit 891bbee4 authored by 黄奎's avatar 黄奎

页面修改

parent 13c5735b
...@@ -40,9 +40,9 @@ export function getDutyFrequencyList(data) { ...@@ -40,9 +40,9 @@ export function getDutyFrequencyList(data) {
* 值班事项列表 * 值班事项列表
* @param {JSON参数} data * @param {JSON参数} data
*/ */
export function getDutyItemList(data) { export function queryDutyItemPage(data) {
return request({ return request({
url: '/Duty/GetDutyItemList', url: '/Duty/GetDutyItemPage',
method: 'post', method: 'post',
data data
}) })
......
This diff is collapsed.
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