mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-06 10:54:07 +08:00
update files
This commit is contained in:
parent
cb171fb9cf
commit
71fdf17409
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user