Explorar o código

feat: 新增岗位ID过滤功能

yusheng hai 2 meses
pai
achega
e4b857bb0c
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/equipmentOperationMonitoring/index.vue

+ 3 - 1
src/views/equipmentOperationMonitoring/index.vue

@@ -280,7 +280,8 @@ postId:'',
           categoryLevelId: this.categoryLevelId,
           rootCategoryLevelId: this.rootCategoryLevelId,
           areaId: this.areaId,
-          keyWord: this.keyWord
+          keyWord: this.keyWord,
+          postId:this.postId
         }).then((res) => {
           this.updateTime = dayjs().format('YYYY-M-D HH:mm:ss');
           this.deviceData = res.list.map((item) => {
@@ -367,6 +368,7 @@ postId:'',
       // 重置
       handleReset() {
         this.name = '';
+        this.postId=''
         this.pageNum = 1;
         this.loadDeviceData();
       },