Commit 15c176a3 authored by yanzhongrong's avatar yanzhongrong

bugfix

parent 8f3621e2
......@@ -44,6 +44,7 @@
>
</el-switch>
</el-form-item>
<el-form-item v-if="flag==1">注:新用户初始密码为123456</el-form-item>
</el-form>
<span slot="footer">
<el-button @click="cancel">取消</el-button>
......
......@@ -92,7 +92,7 @@ export default {
let list = res.records || []
list.forEach(item => {
item.userId = item.id
})
})
this.tableData = list
this.total = res.total
})
......
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