mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 11:34:05 +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));
|
var origin = JSON.parse(JSON.stringify(this.project));
|
||||||
|
|
||||||
this.show = false;
|
this.show = false;
|
||||||
this.project = { name: '', path: '', env: [], command: [] };
|
this.project = JSON.parse(JSON.stringify(this.projectClone));
|
||||||
|
|
||||||
this.$nextTick(function (){
|
this.$nextTick(function (){
|
||||||
this.project = origin;
|
this.project = origin;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user