修改
This commit is contained in:
parent
cf88299bd0
commit
f2f7299618
@ -146,14 +146,10 @@ export default {
|
||||
this.Departmentlist();
|
||||
},
|
||||
templateId(newValue, oldValue) {
|
||||
if (newValue) {
|
||||
this.handleselectId = newValue;
|
||||
}
|
||||
this.handleselectId = newValue;
|
||||
},
|
||||
templateName(newValue, oldValue) {
|
||||
if (newValue) {
|
||||
this.handleselectName = newValue;
|
||||
}
|
||||
this.handleselectName = newValue;
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
@ -146,14 +146,10 @@ export default {
|
||||
this.Departmentlist();
|
||||
},
|
||||
templateId(newValue, oldValue) {
|
||||
if (newValue) {
|
||||
this.handleselectId = newValue;
|
||||
}
|
||||
this.handleselectId = newValue;
|
||||
},
|
||||
templateName(newValue, oldValue) {
|
||||
if (newValue) {
|
||||
this.handleselectName = newValue;
|
||||
}
|
||||
this.handleselectName = newValue;
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
@ -146,14 +146,10 @@ export default {
|
||||
this.Departmentlist();
|
||||
},
|
||||
templateId(newValue, oldValue) {
|
||||
if (newValue) {
|
||||
this.handleselectId = newValue;
|
||||
}
|
||||
this.handleselectId = newValue;
|
||||
},
|
||||
templateName(newValue, oldValue) {
|
||||
if (newValue) {
|
||||
this.handleselectName = newValue;
|
||||
}
|
||||
this.handleselectName = newValue;
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
@ -165,14 +165,10 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
templateId(newValue, oldValue) {
|
||||
if (newValue) {
|
||||
this.handleselectId = newValue;
|
||||
}
|
||||
this.handleselectId = newValue;
|
||||
},
|
||||
templateName(newValue, oldValue) {
|
||||
if (newValue) {
|
||||
this.handleselectName = newValue;
|
||||
}
|
||||
this.handleselectName = newValue;
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
@ -125,14 +125,10 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
templateId(newValue, oldValue) {
|
||||
if (newValue) {
|
||||
this.handleselectId = newValue;
|
||||
}
|
||||
this.handleselectId = newValue;
|
||||
},
|
||||
templateName(newValue, oldValue) {
|
||||
if (newValue) {
|
||||
this.handleselectName = newValue;
|
||||
}
|
||||
this.handleselectName = newValue;
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user