Commit 5660de41 authored by youjie's avatar youjie

no message

parent 97f27a83
...@@ -396,6 +396,7 @@ export default { ...@@ -396,6 +396,7 @@ export default {
methods: { methods: {
clickSetAdmin(obj){ clickSetAdmin(obj){
this.dialogFormVisible = true this.dialogFormVisible = true
this.resetForm('addMsg');
this.addType = 2 this.addType = 2
let list = obj.CustomerChildrenIds.split(',') let list = obj.CustomerChildrenIds.split(',')
this.addMsg = { this.addMsg = {
...@@ -665,7 +666,6 @@ export default { ...@@ -665,7 +666,6 @@ export default {
accountId:'',// 结算账户id accountId:'',// 结算账户id
}; };
this.CustomerIDs = []; this.CustomerIDs = [];
this.resetForm('addMsg');
}, },
handleCurrentChange(val) { //翻页 handleCurrentChange(val) { //翻页
this.msg.pageIndex = val; this.msg.pageIndex = val;
......
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