This commit is contained in:
2023-07-03 15:55:27 +08:00
parent de1683f428
commit 618953aab1
2 changed files with 4 additions and 3 deletions

View File

@@ -113,9 +113,7 @@ export default {
},
activated () {
if (this.$store.getters.materObj !== '') {
console.log(111)
this.dataList.push(JSON.parse(this.$store.getters.materObj))
console.log(this.dataList, '2')
}
},
created () {

View File

@@ -26,7 +26,7 @@
<input type="text" class="filter-input" v-model="val2">
</div>
</div>
<div class="search-item flexend">
<div class="search-item flexend spesite">
<button class="button button--primary" @click="_getMaterial">快速查询</button>
<button class="button button--primary" @click="toSure">确定</button>
<button class="button button--primary" @click="clear">清空</button>
@@ -118,4 +118,7 @@ export default {
width calc(100% - 45px)
.search-label_1
width 45px
.spesite
position relative
left 68%
</style>