check vue doesn't observe OrganizationIds

This commit is contained in:
yubaolee
2017-09-05 15:29:52 +08:00
parent e77280210e
commit 184e2f6bb7
2 changed files with 54 additions and 48 deletions

View File

@@ -96,8 +96,7 @@ layui.config({
,type: "1"
,content: $('#formEdit')
, success: function () {
vm.$set('$data', {});
//todo:droptree没有还原
vm.$set('$data', null);
}
,end:mainList
});