Commit c15512c3 authored by youjie's avatar youjie

no message

parent 36e3d3e8
......@@ -712,6 +712,9 @@
// 修改引流账号
editAccount(row){
this.formEdit = JSON.parse(JSON.stringify(row))
delete this.formEdit.AccountName
delete this.formEdit.EmpName
delete this.formEdit.State
this.dialogTableVisibleEdit = true
},
submitForm(addMsg) {
......@@ -796,11 +799,7 @@
this.$refs[formName].resetFields();
},
resetForm(formName) { // 重置表单
this.form = {
PlatformType:'',
PeriodsId:'',
PeriodsName:'',
}
this.form = {}
this.$refs[formName].resetFields();
},
getEnumerate(){
......
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