弹窗修改

jg-waiwang-pro
vayne 6 months ago
parent 0e52a55c57
commit 287339a721

@ -70,14 +70,14 @@ export default {
},
methods: {
init(businessLineId, productIds) {
this.visible = true
this.listLoading = true
if (businessLineId) {
if (businessLineId && typeof (businessLineId) == 'string') {
this.businessLineId = businessLineId;
}
if (productIds) {
if (productIds && productIds instanceof Array) {
this.productIds = productIds;
}
this.visible = true
this.listLoading = true
let query = {
...this.listQuery,
keyword: this.keyword,

Loading…
Cancel
Save