Commit c154d911 authored by renjintao's avatar renjintao

equipTypeSelect

parent be1af7da
......@@ -42,7 +42,6 @@ export default {
},
methods: {
change(v) {
// console.log(event)
this.name = v;
var item;
var items = this.data.filter(u => {
......@@ -52,7 +51,6 @@ export default {
item = items[0];
}
this.$emit("on-change", v, item);
// this.$emit("on-change", event);
},
getTitle() {
var title = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment