Commit 79b6c7fa by lichengming

修改了开土制备试样列表管理检测项目导入检测项目分页显示

parent 606f11a8
...@@ -106,6 +106,7 @@ export default { ...@@ -106,6 +106,7 @@ export default {
} }
}, },
_page: async function() { _page: async function() {
Object.assign(this.formObj, this.$refs.pageTable._searchParams())
const result = await soilAptitude.page(this.$serializeForm(this.formObj)) const result = await soilAptitude.page(this.$serializeForm(this.formObj))
if (result) { if (result) {
console.log(result) console.log(result)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment