Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhengquan.bai
2024-12-19 14:43:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
df7cdd6f5578be6c8c8ff39ccfb016461795098d
df7cdd6f
1 parent
6d5138b9
删除 query/query.js 调用
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
src/views/exportListQuery/index.vue
src/views/listBranchQuery/index.vue
src/views/exportListQuery/index.vue
View file @
df7cdd6
...
...
@@ -290,6 +290,7 @@
</template>
<script>
// import {getAllExportingBills, getAllListBills} from "@/api/query/query";
import PopoverTextarea from "@/components/PopoverTextarea/index.vue";
export default {
...
...
@@ -394,6 +395,15 @@ export default {
}
},
created() {
// getAllListBills({
// pageIndex: 1,
// pageSize: 20
// }).then((res) => {
// console.log('res', res)
// this.tableData = res.data.value;
// this.total = res.data.totalItems;
// debugger;
// })
},
methods: {
input() {
...
...
src/views/listBranchQuery/index.vue
View file @
df7cdd6
...
...
@@ -154,6 +154,7 @@
</template>
<script>
// import {getAllExportingBills, getAllTransportBills} from "@/api/query/query";
export default {
name: "index",
...
...
@@ -255,6 +256,15 @@ export default {
}
},
created() {
// getAllTransportBills({
// pageIndex: 1,
// pageSize: 20
// }).then((res) => {
// console.log('res', res)
// this.tableData = res.data.value;
// this.total = res.data.totalItems;
// debugger;
// })
},
methods: {
tableSelect(val) {
...
...
Please
register
or
login
to post a comment