解决bomId为空时会查询所有bom的bug
This commit is contained in:
@@ -56,11 +56,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
clickHandle() {
|
||||
console.log('clickHandle');
|
||||
this.showDetail = true;
|
||||
},
|
||||
getStatusText(status) {
|
||||
return status === 1 ? '启用中' : '已禁用';
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user