'修改bug'
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* @Author: fzq
|
||||
* @Date: 2022-03-05 15:55:45
|
||||
* @LastEditors: fzq
|
||||
* @LastEditTime: 2022-03-05 19:44:47
|
||||
* @LastEditTime: 2022-03-07 09:28:21
|
||||
-->
|
||||
<template>
|
||||
<div class="app-container">
|
||||
@@ -112,12 +112,14 @@ export default {
|
||||
listQuery: {
|
||||
current: 1,
|
||||
size: 10,
|
||||
substrateCode: ''
|
||||
storageBoxCode: '',
|
||||
storageBoxId: ''
|
||||
}
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.listQuery.substrateCode = this.$route.query.code
|
||||
this.listQuery.storageBoxCode = this.$route.query.code
|
||||
this.listQuery.storageBoxId = this.$route.query.id
|
||||
this.getList()
|
||||
},
|
||||
methods: {
|
||||
@@ -150,6 +152,7 @@ export default {
|
||||
this.listQuery.code = this.$route.query.code
|
||||
console.log(this.listQuery)
|
||||
listSubstrate(this.listQuery).then(response => {
|
||||
console.log(response)
|
||||
if (response.data) {
|
||||
this.list = response.data
|
||||
console.log(this.list)
|
||||
|
||||
Reference in New Issue
Block a user