z_yu
3 years ago
12 changed files with 169 additions and 87 deletions
-
35src/api/archivesManage/caseManage.js
-
18src/api/category/listBrowsing.js
-
26src/api/category/orderingRule.js
-
54src/views/archivesManage/caseManage/index.vue
-
57src/views/archivesManage/caseManage/module/form.vue
-
6src/views/category/index.vue
-
8src/views/category/listBrowsing/index.vue
-
30src/views/category/listBrowsing/module/form.vue
-
6src/views/category/listBrowsing/module/sortDialog.vue
-
8src/views/category/orderingRule/index.vue
-
2src/views/category/orderingRule/module/form.vue
-
6src/views/category/orderingRule/module/sortDialog.vue
@ -0,0 +1,26 @@ |
|||||
|
import request from '@/utils/request' |
||||
|
|
||||
|
export function getDisplayField(params) { |
||||
|
return request({ |
||||
|
url: 'api/arc-dic/is-display', |
||||
|
method: 'get', |
||||
|
params |
||||
|
}) |
||||
|
} |
||||
|
|
||||
|
export function edit(data) { |
||||
|
return request({ |
||||
|
url: 'api/arc-list-sort/orderby', |
||||
|
method: 'put', |
||||
|
data |
||||
|
}) |
||||
|
} |
||||
|
|
||||
|
export function order(data) { |
||||
|
return request({ |
||||
|
url: 'api/arc-list-sort/update-queue', |
||||
|
method: 'put', |
||||
|
data |
||||
|
}) |
||||
|
} |
||||
|
export default { edit } |
Write
Preview
Loading…
Cancel
Save
Reference in new issue