lixuan #1

Merged
lixuan merged 73 commits from lixuan into master 2023-02-27 16:57:43 +08:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit b3ad85bca8 - Show all commits

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");
// }
},
});