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

pull/1/head
lixuan 2 years ago
commit b3ad85bca8
  1. 2
      src/components/autocomplete/index.vue
  2. 5
      src/utils/directive.js

@ -16,7 +16,7 @@ export default {
params: Object, params: Object,
config: Object, config: Object,
// config: { // config: {
// serveTarget: {}, // // serveTarget: {}, //
// autocomplateKey: "", // // autocomplateKey: "", //
// querykey: "", // // querykey: "", //
// }, // },

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

Loading…
Cancel
Save