diff --git a/sgzb-ui/src/views/store/tools/devices.vue b/sgzb-ui/src/views/store/tools/devices.vue index 060caa24..f3bcb568 100644 --- a/sgzb-ui/src/views/store/tools/devices.vue +++ b/sgzb-ui/src/views/store/tools/devices.vue @@ -617,12 +617,12 @@ getTypeList({ level: '2' }).then((response) => { this.itemList = response.data }) - getTypeList({ level: '3' }).then((response) => { - this.typeList = response.data - }) - getTypeList({ level: '4' }).then((response) => { - this.modelList = response.data - }) + // getTypeList({ level: '3' }).then((response) => { + // this.typeList = response.data + // }) + // getTypeList({ level: '4' }).then((response) => { + // this.modelList = response.data + // }) }, //选择物品种类 selectItem(id) { @@ -704,6 +704,8 @@ /** 重置按钮操作 */ resetQuery() { this.dateRange = [] + this.typeList = [] + this.modelList = [] this.resetForm('queryForm') this.handleQuery() },