|
@@ -91,6 +91,7 @@ export default {
|
|
|
|
|
|
if (this.num != 1) {
|
|
if (this.num != 1) {
|
|
|
|
|
|
|
|
+
|
|
if (checked) {
|
|
if (checked) {
|
|
if (!!data.children && data.children.length > 0) {
|
|
if (!!data.children && data.children.length > 0) {
|
|
console.log("有子节点不可选")
|
|
console.log("有子节点不可选")
|
|
@@ -101,6 +102,7 @@ export default {
|
|
this.Informationed.push(this.checkedData.name);
|
|
this.Informationed.push(this.checkedData.name);
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
|
|
+ debugger
|
|
for (let i = 0; i < this.valued.length; i++) {
|
|
for (let i = 0; i < this.valued.length; i++) {
|
|
if (data.value == this.valued[i]) {
|
|
if (data.value == this.valued[i]) {
|
|
this.valued.splice(i + 1, 1)
|
|
this.valued.splice(i + 1, 1)
|