Commit 5660de41 authored by youjie's avatar youjie

no message

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