Commit 06818197 authored by tianhongyang's avatar tianhongyang

fix

parent af60e9ac
......@@ -55,7 +55,7 @@ export default {
},
addAccountCount: {
type: [String, Number],
default: 0
default: 1
}
},
watch: {
......
......@@ -232,8 +232,8 @@ export default {
addAccountDialog: false,
// 企业信息
addAccountEnterpriseInfo: {},
// 该租户下已经创建账号数量
addAccountCount: 0
// 该租户下已经创建账号数量 默认1个
addAccountCount: 1
};
},
created() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment