update files

This commit is contained in:
nuintun 2015-11-23 18:51:17 +08:00
parent cb171fb9cf
commit 71fdf17409

View File

@ -68,7 +68,7 @@ module.exports = Vue.component('project-configure', {
var origin = JSON.parse(JSON.stringify(this.project));
this.show = false;
this.project = { name: '', path: '', env: [], command: [] };
this.project = JSON.parse(JSON.stringify(this.projectClone));
this.$nextTick(function (){
this.project = origin;