|
@@ -2170,11 +2170,6 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
handleListDbClick(benchId, itemtype) {
|
|
|
- if (itemtype == 2) {
|
|
|
- window.location.href = "/task2?m=8b934420_ZJUb_b6f9";
|
|
|
- return;
|
|
|
- }
|
|
|
-
|
|
|
//this.currentBench = this.benchList.find(b => b.id == benchId);
|
|
|
//this.isDetailVisible = true;
|
|
|
this.$nextTick(() => {
|