|
@@ -25,7 +25,7 @@
|
|
<a-col :md="5" :sm="24">
|
|
<a-col :md="5" :sm="24">
|
|
<a-form-item label="启用状态">
|
|
<a-form-item label="启用状态">
|
|
<v-select
|
|
<v-select
|
|
- v-model="queryParam.deviceCode"
|
|
|
|
|
|
+ v-model="queryParam.enabledFlag"
|
|
ref="auditStatus"
|
|
ref="auditStatus"
|
|
code="ENABLE_FLAG"
|
|
code="ENABLE_FLAG"
|
|
placeholder="请选择启用状态"
|
|
placeholder="请选择启用状态"
|
|
@@ -166,6 +166,7 @@ export default {
|
|
this.queryParam.deviceName = ''
|
|
this.queryParam.deviceName = ''
|
|
this.queryParam.enabledFlag = undefined
|
|
this.queryParam.enabledFlag = undefined
|
|
this.queryParam.provinceSn = undefined
|
|
this.queryParam.provinceSn = undefined
|
|
|
|
+ this.$refs.storeList.resetForm()
|
|
this.$refs.table.refresh(true)
|
|
this.$refs.table.refresh(true)
|
|
}
|
|
}
|
|
}
|
|
}
|