mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 10:55:43 +08:00
完善临时运行命令时的逻辑
This commit is contained in:
@@ -189,9 +189,11 @@ export default defineComponent({
|
||||
}
|
||||
},
|
||||
handleConfirm() {
|
||||
const outputVariable = {
|
||||
name: this.simpleOutputVar,
|
||||
};
|
||||
const outputVariable = {};
|
||||
|
||||
if (this.simpleOutputVar) {
|
||||
outputVariable.name = this.simpleOutputVar;
|
||||
}
|
||||
|
||||
if (this.currentOutputs) {
|
||||
const flatVars = {};
|
||||
|
||||
Reference in New Issue
Block a user