|
|
|
@ -78,11 +78,11 @@ export default {
|
|
|
|
|
getData(e) {
|
|
|
|
|
if (!this.none) {
|
|
|
|
|
if (e.length == 1) {
|
|
|
|
|
this.$emit("quhua", e[0].slice(1, 8));
|
|
|
|
|
this.$emit("quhua", e[0].slice(0, 7));
|
|
|
|
|
} else if (e.length == 2 && e[0] == e[1]) {
|
|
|
|
|
this.$emit("quhua", e[0].slice(1, 8));
|
|
|
|
|
this.$emit("quhua", e[0].slice(0, 7));
|
|
|
|
|
} else {
|
|
|
|
|
this.$emit("quhua", e[1].slice(1, 11));
|
|
|
|
|
this.$emit("quhua", e[1].slice(0, 10));
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
if (e.length == 1) {
|
|
|
|
|