1.修复供应商器械信息,供应商名称条件可以使用用户名称过滤的问题

master
x_z 3 years ago
parent c50b6af5e1
commit d1f973ecda

@ -905,7 +905,6 @@ export default {
handleDetail(row) {
this.editQuery = row;
console.log(row);
},
deleteOrders(data) {
this.loading = true;
@ -1032,7 +1031,6 @@ export default {
this.relId = val.id;
this.isImportUdi = true;
this.thisData = val;
console.log("-----" + this.uuid + "-2222--" + this.relId);
this.selectLocalVisible = true;
},
@ -1044,7 +1042,6 @@ export default {
handleSelectionChange(val) {
console.log("----" + val);
this.multipleSelection = val;
},
@ -1077,7 +1074,6 @@ export default {
page: 1,
limit: 10,
};
console.log("this.editQuery.isUseDy = " + this.editQuery.isUseDy);
this.getDetailList(ttquery);
this.getThirdSysDetail();
@ -1237,9 +1233,8 @@ export default {
},
findMethod(query) {
console.log(query);
let cQuery = {
customerName: query,
companyName: query,
page: 1,
limit: 10,
};

Loading…
Cancel
Save