mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 02:04:26 +08:00
modify default value
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
categories: {},
|
categories: [],
|
||||||
hasSubCategories: false,
|
hasSubCategories: false,
|
||||||
categoryType: '',
|
categoryType: '',
|
||||||
categoryId: '',
|
categoryId: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user