This commit is contained in:
xiaozhiyong
2023-02-22 20:44:40 +08:00
parent 77dde3628a
commit fa1d949ce5
8 changed files with 97 additions and 178 deletions

View File

@@ -152,27 +152,6 @@ export default {
if (id) return serve.update(form);
else return serve.save(form);
},
//炼厂list
// findByEntity() {
// refineryServe.findByEntity().then((res) => {
// this.refineryList = res.data;
// });
// },
// 远程搜索
// querySearchAsync(queryString, cb) {
// if (queryString) {
// refineryServe
// .findByEntity({ refineryName: queryString })
// .then((res) => {
// let timeInstance = setTimeout(() => {
// clearTimeout(timeInstance);
// if (res.data.length) {
// cb(res.data);
// } else cb([]);
// }, 1000 * Math.random());
// });
// } else cb([]);
// },
closeWindow() {
this.$emit("closeWindow");
this.form = {};