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