抱杆配套管理
This commit is contained in:
parent
8ca8b57e9d
commit
e237ae54fa
|
|
@ -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 })
|
||||
},
|
||||
// 获取详情
|
||||
|
|
|
|||
Loading…
Reference in New Issue