update 完成设备信息

This commit is contained in:
lb
2023-08-24 15:36:38 +08:00
parent 54d22292c1
commit 3d24159743
5 changed files with 40 additions and 33 deletions

View File

@@ -45,8 +45,6 @@ export default {
});
return obj;
},
// 处理搜索条件
handleSearchBarBtnClick() {},
// 处理表格按钮
handleTableBtnClick({ data, type }) {
switch (type) {
@@ -94,8 +92,6 @@ export default {
break;
}
},
// 获取列表数据
getList() {},
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNo = 1;