|
|
@@ -445,6 +445,9 @@ export default {
|
|
|
workshopCode:'',
|
|
|
workshopId:'',
|
|
|
},
|
|
|
+ queryTypeParams: {
|
|
|
+ enableFlag:'y',
|
|
|
+ },
|
|
|
workshopOption:[
|
|
|
|
|
|
],
|
|
|
@@ -545,7 +548,7 @@ export default {
|
|
|
},
|
|
|
// 获取硬件类型-所有
|
|
|
getHardwareTypeList() {
|
|
|
- getHardwareTypeListAPI().then(response => {
|
|
|
+ getHardwareTypeListAPI(this.queryTypeParams).then(response => {
|
|
|
console.log(response,'Type')
|
|
|
this.hardwareTypeOption=response.data.map((item) => {
|
|
|
return{
|