|
|
|
@ -287,12 +287,12 @@ export default { |
|
|
|
data () { |
|
|
|
return { |
|
|
|
mixinViewModuleOptions: { |
|
|
|
getDataListURL: 'sys/epidemicuserinfo/page', |
|
|
|
getDataListURL: '/sys/epidemicuserinfo/page', |
|
|
|
getDataListIsPage: true, |
|
|
|
deleteURL: 'sys/epidemicuserinfo', |
|
|
|
deleteURL: '/sys/epidemicuserinfo', |
|
|
|
deleteIsBatch: true, |
|
|
|
exportURL: 'sys/epidemicuserinfo/export', |
|
|
|
exportErrorInfoURL: 'sys/epidemicusererror/export' |
|
|
|
exportURL: '/sys/epidemicuserinfo/export', |
|
|
|
exportErrorInfoURL: '/sys/epidemicusererror/export' |
|
|
|
}, |
|
|
|
dataForm: { |
|
|
|
id: '', |
|
|
|
|