Merge remote-tracking branch 'origin/master'

ywj_dev
郑明梁 2 years ago
commit bfdea283a2

@ -333,15 +333,17 @@ export default {
key: key, key: key,
corpType: 2, corpType: 2,
page: 1, page: 1,
limit: 20, limit: 20
name:this.$store.getters.companyName
}; };
if (this.$store.getters.customerId !== 110) {
params.name = this.$store.getters.companyName;
}
getBasicUnitMaintains(params).then((res) => { getBasicUnitMaintains(params).then((res) => {
this.corpLoading = false; this.corpLoading = false;
this.fromOptions = res.data.list || []; this.fromOptions = res.data.list || [];
}).catch(() => { }).catch(() => {
this.corpLoading = false; this.corpLoading = false;
}) });
}, },
corpChange(value) { corpChange(value) {
if (!isBlank(value)) { if (!isBlank(value)) {

Loading…
Cancel
Save