Merge branch 'xiaozy_产品列表' of http://121.196.213.68:3000/xiaozhiyong/refinery-admin into lixuan
This commit is contained in:
@@ -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");
|
||||||
|
// }
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user