抱杆配套管理
This commit is contained in:
parent
8ca8b57e9d
commit
e237ae54fa
|
|
@ -199,7 +199,7 @@ export default {
|
||||||
// 查询
|
// 查询
|
||||||
handleQuery() {
|
handleQuery() {
|
||||||
this.queryParams.pageNum = 1
|
this.queryParams.pageNum = 1
|
||||||
const keyWord = this.formData.keyWord?.trim()
|
const keyWord = this.formData.keyWord?.trim() || ''
|
||||||
this.getList({ keyWord })
|
this.getList({ keyWord })
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
|
|
@ -243,6 +243,7 @@ export default {
|
||||||
this.open = true
|
this.open = true
|
||||||
this.isDetail = true
|
this.isDetail = true
|
||||||
this.title = '抱杆配套明细'
|
this.title = '抱杆配套明细'
|
||||||
|
this.dialogForm.keyWord = ''
|
||||||
this.getDetail({ id: row.id })
|
this.getDetail({ id: row.id })
|
||||||
},
|
},
|
||||||
// 获取详情
|
// 获取详情
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue