update files

This commit is contained in:
nuintun
2015-11-23 22:34:25 +08:00
parent 6f0ee7a728
commit bf5e598de4
4 changed files with 12 additions and 14 deletions

View File

@@ -48,8 +48,8 @@ module.exports = Vue.component('app-configure', {
if (!this.showPopup) {
this.submitError = '';
// clean imput
this.$broadcast('reset-form');
// clean error
this.$broadcast('reset-error');
}
},
add: function (){
@@ -64,8 +64,8 @@ module.exports = Vue.component('app-configure', {
this.submitError = '';
// clean imput
this.$broadcast('reset-form');
// clean error
this.$broadcast('reset-error');
// send message
this.$dispatch('change-active', this.configure.projects.length - 1, true);