Commit c15512c3 authored by youjie's avatar youjie

no message

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