mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +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-squirrel": "^7.7.0",
|
||||||
"@electron-forge/maker-zip": "^7.7.0",
|
"@electron-forge/maker-zip": "^7.7.0",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
"electron": "^35.0.2",
|
"electron": "^34.3.4",
|
||||||
"electron-builder": "^25.1.8",
|
"electron-builder": "^25.1.8",
|
||||||
"electron-notarize": "^1.2.2",
|
"electron-notarize": "^1.2.2",
|
||||||
"form-data": "^4.0.1",
|
"form-data": "^4.0.1",
|
||||||
|
|||||||
@ -33,6 +33,7 @@ export default {
|
|||||||
default: false
|
default: false
|
||||||
},
|
},
|
||||||
userResult: {
|
userResult: {
|
||||||
|
type: [Function, Object],
|
||||||
default: null
|
default: null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="electron-dialog">
|
<div class="electron-dialog">
|
||||||
<PageTitle :title="dialogData.name"/>
|
<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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -30,10 +30,5 @@ export default {
|
|||||||
return this.cacheDialogs.find(({id}) => id === this.dialogId) || {}
|
return this.cacheDialogs.find(({id}) => id === this.dialogId) || {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
|
||||||
onBeforeClose() {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user