Discover: SidebarFilter Trace button Clear done.
This commit is contained in:
@@ -67,7 +67,7 @@ import AllMapDataStore from '@/stores/allMapData.js';
|
||||
import cytoscapeMapTrace from '@/module/cytoscapeMapTrace.js';
|
||||
|
||||
export default {
|
||||
expose: ['selectArea'],
|
||||
expose: ['selectArea', 'showTraceId', 'traceTotal'],
|
||||
setup() {
|
||||
const allMapDataStore = AllMapDataStore();
|
||||
const { traces, traceTaskSeq, cases } = storeToRefs(allMapDataStore);
|
||||
|
||||
@@ -370,6 +370,10 @@ export default {
|
||||
this.isStartSelected = null;
|
||||
this.isEndSelected = null;
|
||||
this.isActAllTask = true;
|
||||
// Trace
|
||||
this.$refs.filterTraceView.showTraceId = null;
|
||||
this.$refs.filterTraceView.selectArea = [0, this.$refs.filterTraceView.traceTotal];
|
||||
// 成功訊息
|
||||
massage ? this.$toast.success('Reset Success.') : null;
|
||||
},
|
||||
// header:Filter 發送選取的資料
|
||||
|
||||
Reference in New Issue
Block a user