弹窗修改

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

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

Loading…
Cancel
Save