修改bug

zhairh
wangwei 3 years ago
parent 2f8e7f0b39
commit b7a1aac7c8

@ -320,10 +320,12 @@ export default {
findMethod(query) {
this.fromOptions = [];
let cQuery = {
key: query,
customerName: query,
key: query,
customerName: query,
corpType:2,
page: 1,
limit: 20
limit: 20,
};
getBasicUnitMaintains(cQuery)

Loading…
Cancel
Save