|
|
@ -21,6 +21,7 @@ import { getConfigKey } from '@/api/system/config' |
|
|
import { |
|
|
import { |
|
|
parseTime, |
|
|
parseTime, |
|
|
resetForm, |
|
|
resetForm, |
|
|
|
|
|
clearFormValidate, |
|
|
addDateRange, |
|
|
addDateRange, |
|
|
selectDictLabel, |
|
|
selectDictLabel, |
|
|
selectDictLabels, |
|
|
selectDictLabels, |
|
|
@ -50,6 +51,7 @@ Vue.prototype.getDicts = getDicts |
|
|
Vue.prototype.getConfigKey = getConfigKey |
|
|
Vue.prototype.getConfigKey = getConfigKey |
|
|
Vue.prototype.parseTime = parseTime |
|
|
Vue.prototype.parseTime = parseTime |
|
|
Vue.prototype.resetForm = resetForm |
|
|
Vue.prototype.resetForm = resetForm |
|
|
|
|
|
Vue.prototype.clearFormValidate = clearFormValidate |
|
|
Vue.prototype.addDateRange = addDateRange |
|
|
Vue.prototype.addDateRange = addDateRange |
|
|
Vue.prototype.selectDictLabel = selectDictLabel |
|
|
Vue.prototype.selectDictLabel = selectDictLabel |
|
|
Vue.prototype.selectDictLabels = selectDictLabels |
|
|
Vue.prototype.selectDictLabels = selectDictLabels |
|
|
|