合并分支
This commit is contained in:
commit
75b4b128d8
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,7 +36,7 @@ pnpm-lock.yaml
|
|||||||
!.yarn/sdks
|
!.yarn/sdks
|
||||||
!.yarn/versions
|
!.yarn/versions
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
.history
|
||||||
# Vab
|
# Vab
|
||||||
public/video
|
public/video
|
||||||
*.zip
|
*.zip
|
||||||
|
|||||||
@ -89,7 +89,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<div class="internet-content-provider">
|
<div class="internet-content-provider">
|
||||||
<a href="https://beian.miit.gov.cn/" target="_blank" style="color: #fff">
|
<a href="https://beian.miit.gov.cn/" style="color: #fff" target="_blank">
|
||||||
桂ICP备2024040484号-1
|
桂ICP备2024040484号-1
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -2045,8 +2045,8 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
if (shop_product_image) {
|
if (shop_product_image.length) {
|
||||||
let image = shop_product_image[0]
|
let image = shop_product_image?.[0]
|
||||||
obj.main_color_img = image.item_image_default
|
obj.main_color_img = image.item_image_default
|
||||||
let other = image.item_image_other
|
let other = image.item_image_other
|
||||||
if (other) {
|
if (other) {
|
||||||
|
|||||||
@ -304,7 +304,7 @@ export default {
|
|||||||
this.brandName = ''
|
this.brandName = ''
|
||||||
this.params = {
|
this.params = {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
paper_with: 20,
|
pageSize: 20,
|
||||||
}
|
}
|
||||||
this.getReceiptMachineList()
|
this.getReceiptMachineList()
|
||||||
},
|
},
|
||||||
@ -326,6 +326,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.isEdit = false
|
this.isEdit = false
|
||||||
}
|
}
|
||||||
|
this.$refs['formDialog'].resetFields()
|
||||||
},
|
},
|
||||||
handleSizeChange(pageSize) {
|
handleSizeChange(pageSize) {
|
||||||
this.params.pageSize = pageSize
|
this.params.pageSize = pageSize
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user