抱杆配套管理

This commit is contained in:
binbin_pan 2024-04-17 11:16:29 +08:00
parent 8ca8b57e9d
commit e237ae54fa
1 changed files with 2 additions and 1 deletions

View File

@ -199,7 +199,7 @@ export default {
//
handleQuery() {
this.queryParams.pageNum = 1
const keyWord = this.formData.keyWord?.trim()
const keyWord = this.formData.keyWord?.trim() || ''
this.getList({ keyWord })
},
handleSearch() {
@ -243,6 +243,7 @@ export default {
this.open = true
this.isDetail = true
this.title = '抱杆配套明细'
this.dialogForm.keyWord = ''
this.getDetail({ id: row.id })
},
//