|
|
@@ -20,6 +20,8 @@ import {listMixin} from '@/mixin/listMixin'
|
|
|
import columns from './indexColumns'
|
|
|
import {getAction} from '@/api/request'
|
|
|
|
|
|
+import dayjs from 'dayjs'
|
|
|
+
|
|
|
export default {
|
|
|
name: 'ScreenSbxjdxqk',
|
|
|
components: {},
|
|
|
@@ -32,7 +34,7 @@ export default {
|
|
|
// 表头
|
|
|
columns: columns(this),
|
|
|
url: {
|
|
|
- list: '/show/sbxj/list',
|
|
|
+ list: `/show/sbxj/total/${dayjs().format('M')}`,
|
|
|
delete: '/business/catenary/bus/jcb/fdfxjyq/',
|
|
|
tree: '/system/dept/treeSelect',
|
|
|
exportXlsUrl: '/business/catenary/bus/jcb/fdfxjyq/export'
|