|
|
@@ -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();
|
|
|
},
|