森林林木
Showing
1 changed file
with
3 additions
and
3 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-15 14:36:06 | 4 | * @LastEditTime: 2023-08-17 15:14:01 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -56,7 +56,7 @@ | ... | @@ -56,7 +56,7 @@ |
56 | import store from '@/store/index.js' | 56 | import store from '@/store/index.js' |
57 | import table from "@/utils/mixin/table"; | 57 | import table from "@/utils/mixin/table"; |
58 | import { ywPopupDialog } from "@/utils/popup.js"; | 58 | import { ywPopupDialog } from "@/utils/popup.js"; |
59 | import { selectZdjbxx } from "@/api/ywsq.js"; | 59 | import { selectLqQjdc } from "@/api/ywsq.js"; |
60 | import { startBusinessFlow } from "@/api/workFlow.js"; | 60 | import { startBusinessFlow } from "@/api/workFlow.js"; |
61 | import { datas, sendThis } from "../javascript/selectQjzdjbxx.js"; | 61 | import { datas, sendThis } from "../javascript/selectQjzdjbxx.js"; |
62 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | 62 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; |
... | @@ -89,7 +89,7 @@ | ... | @@ -89,7 +89,7 @@ |
89 | queryClick () { | 89 | queryClick () { |
90 | this.$startLoading(); | 90 | this.$startLoading(); |
91 | this.queryForm.sqywbm = this.sqywInfo.djywbm; | 91 | this.queryForm.sqywbm = this.sqywInfo.djywbm; |
92 | selectZdjbxx({ ...this.queryForm, ...this.pageData }).then((res) => { | 92 | selectLqQjdc({ ...this.queryForm, ...this.pageData }).then((res) => { |
93 | this.$endLoading(); | 93 | this.$endLoading(); |
94 | if (res.code === 200) { | 94 | if (res.code === 200) { |
95 | let { total, records } = res.result; | 95 | let { total, records } = res.result; | ... | ... |
-
Please register or sign in to post a comment