Issues #186: fix, The sidevar needs to close when the button is pressed.
This commit is contained in:
@@ -123,6 +123,8 @@ export default {
|
||||
* Save button' modal
|
||||
*/
|
||||
async saveModal() {
|
||||
// 傳給 Map,通知 Sidebar 要關閉。
|
||||
this.$emitter.emit('saveModal', false);
|
||||
// 先判斷有沒有 filter Id,有就儲存 return,沒有就往下走
|
||||
// 沒有 filter Id, 有暫存 tempFilterId Id 可以另存新檔
|
||||
if(this.createFilterId) {
|
||||
|
||||
Reference in New Issue
Block a user