修改
This commit is contained in:
parent
cf88299bd0
commit
f2f7299618
@ -146,15 +146,11 @@ 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() {
|
||||||
this.handleselectId = this.templateId;
|
this.handleselectId = this.templateId;
|
||||||
|
|||||||
@ -146,15 +146,11 @@ 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() {
|
||||||
this.handleselectId = this.templateId;
|
this.handleselectId = this.templateId;
|
||||||
|
|||||||
@ -146,15 +146,11 @@ 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() {
|
||||||
this.handleselectId = this.templateId;
|
this.handleselectId = this.templateId;
|
||||||
|
|||||||
@ -165,15 +165,11 @@ 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: {
|
||||||
pickerStartTime() {
|
pickerStartTime() {
|
||||||
|
|||||||
@ -125,15 +125,11 @@ 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: {
|
||||||
clickDepartmenitem(item) {
|
clickDepartmenitem(item) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user