mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
no message
This commit is contained in:
parent
672795ac49
commit
20ba671cd3
@ -32,7 +32,7 @@
|
||||
"@electron-forge/maker-squirrel": "^7.7.0",
|
||||
"@electron-forge/maker-zip": "^7.7.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"electron": "^35.0.2",
|
||||
"electron": "^34.3.4",
|
||||
"electron-builder": "^25.1.8",
|
||||
"electron-notarize": "^1.2.2",
|
||||
"form-data": "^4.0.1",
|
||||
|
||||
@ -33,6 +33,7 @@ export default {
|
||||
default: false
|
||||
},
|
||||
userResult: {
|
||||
type: [Function, Object],
|
||||
default: null
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="electron-dialog">
|
||||
<PageTitle :title="dialogData.name"/>
|
||||
<DialogWrapper v-if="dialogId > 0" :dialogId="dialogId" :beforeBack="onBeforeClose" location="modal"/>
|
||||
<DialogWrapper v-if="dialogId > 0" :dialogId="dialogId" location="modal"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -30,10 +30,5 @@ export default {
|
||||
return this.cacheDialogs.find(({id}) => id === this.dialogId) || {}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
onBeforeClose() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user