This commit is contained in:
xiaozhiyong
2023-02-21 13:47:04 +08:00
parent 96233ead10
commit 955ab6840c
8 changed files with 164 additions and 197 deletions

View File

@@ -292,25 +292,7 @@ export default {
this.parameter.total = res.data.totalCount;
});
},
// 远程搜索
// querySearchAsync(queryString, cb) {
// if (queryString) {
// refineryServe
// .findByEntity({ refineryName: queryString })
// .then((res) => {
// let timeInstance = setTimeout(() => {
// clearTimeout(timeInstance);
// if (res.data.length) {
// console.log(res.data);
// cb(res.data);
// } else cb([]);
// }, 1000 * Math.random());
// });
// } else cb([]);
// },
// selectAutocomplete(item) {
// this.parameter.params.refineryId = item.id;
// },
//新增
addition() {
this.controlWindows.addInfo.title = "产品新增";
@@ -320,7 +302,6 @@ export default {
//下单
createOrder(row) {
this.controlWindows.create = true;
console.log(this.controlWindows.create);
},
//详情
detail(row) {