Commit 06818197 authored by tianhongyang's avatar tianhongyang

fix

parent af60e9ac
...@@ -55,7 +55,7 @@ export default { ...@@ -55,7 +55,7 @@ export default {
}, },
addAccountCount: { addAccountCount: {
type: [String, Number], type: [String, Number],
default: 0 default: 1
} }
}, },
watch: { watch: {
......
...@@ -232,8 +232,8 @@ export default { ...@@ -232,8 +232,8 @@ export default {
addAccountDialog: false, addAccountDialog: false,
// 企业信息 // 企业信息
addAccountEnterpriseInfo: {}, addAccountEnterpriseInfo: {},
// 该租户下已经创建账号数量 // 该租户下已经创建账号数量 默认1个
addAccountCount: 0 addAccountCount: 1
}; };
}, },
created() { 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