Commit d6c4154c authored by jingnan's avatar jingnan 👀

看板界面隐藏掉9009架机

parent 45687750
......@@ -258,7 +258,7 @@ export default {
getMaterial(params)
.then((res) => {
if (res.message.includes('成功')) {
res.items && (that.sortiesData = res.items)
res.items && (that.sortiesData = res.items.filter(item => item.aircraftSorties.defCode !== '9009'))
if (that.sortiesData.length) {
this.selectSorties(
that.$route.query.sorties ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment