From 9cde8c29070324231fa803acdd18eda3d0eb6622 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 18 Mar 2014 16:34:25 +0800 Subject: [PATCH] Pman.Dialog.PersonEditor.js --- Pman.Dialog.PersonEditor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index 6f8ce478..48cbda6f 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -81,8 +81,8 @@ Pman.Dialog.PersonEditor.prototype = { actioncomplete: function(f, act) { _this.dialog.el.unmask(); if (act.type == 'load') { + _this.form.findField('countries').setValue();// set empty array by default... _this.data = act.result.data; - } @@ -141,7 +141,7 @@ Pman.Dialog.PersonEditor.prototype = { } - _this.form.findField('countries').setValue();// set empty array by default... + return; } -- 2.39.2