Merge branch 'xiaozy_产品列表' of http://121.196.213.68:3000/xiaozhiyong/refinery-admin into lixuan

This commit is contained in:
lixuan
2023-02-20 10:33:51 +08:00
2 changed files with 5 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ export default {
params: Object,
config: Object,
// config: {
// serveTarget: {}, // 接口
// serveTarget: {}, // 远程搜索接口
// autocomplateKey: "", //远程搜索接口参数名
// querykey: "", //查询接口参数名
// },

View File

@@ -23,6 +23,9 @@ Vue.directive("checkNum", {
});
},
unbind(el) {
el.children[0].removeEventListener("keyup");
// console.log("el.children", el.children);
// if (el.children.length) {
// el.children[0].removeEventListener("keyup");
// }
},
});