|
@@ -191,7 +191,7 @@ export default {
|
|
|
this.form.loginName = this.detailData.loginName || ''
|
|
|
this.form.password = this.detailData.password || ''
|
|
|
const childUserMaxNum = this.detailData ? (this.detailData.org ? (this.detailData.org.childUserMaxNum ? this.detailData.org.childUserMaxNum : '') : '') : ''
|
|
|
- this.form.org.childUserMaxNum = childUserMaxNum
|
|
|
+ this.form.org.childUserMaxNum = Number(childUserMaxNum)
|
|
|
} else {
|
|
|
this.detailData = null
|
|
|
this.$refs.ruleForm.resetFields()
|