refactor: 去除无用代码
This commit is contained in:
parent
b46731c4c0
commit
c96deec147
|
@ -170,7 +170,6 @@ export default {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
setTimeout(this.$refs.table.reloadTable, 200);
|
|
||||||
},
|
},
|
||||||
setEnvironment(data) {
|
setEnvironment(data) {
|
||||||
this.environmentId = data.id;
|
this.environmentId = data.id;
|
||||||
|
|
|
@ -254,7 +254,6 @@ export default {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
setTimeout(this.$refs.table.reloadTable, 200);
|
|
||||||
},
|
},
|
||||||
clear() {
|
clear() {
|
||||||
if (this.$refs.table) {
|
if (this.$refs.table) {
|
||||||
|
|
Loading…
Reference in New Issue