|
@@ -143,9 +143,9 @@ export default {
|
|
//发生修改
|
|
//发生修改
|
|
getChange() {
|
|
getChange() {
|
|
if (!!this.radio) {
|
|
if (!!this.radio) {
|
|
- console.log(this.radio, "radio")
|
|
|
|
this.$emit("changeMaintainer", this.radio)
|
|
this.$emit("changeMaintainer", this.radio)
|
|
this.dialog.maintainer = false
|
|
this.dialog.maintainer = false
|
|
|
|
+ this.radio = ''
|
|
} else {
|
|
} else {
|
|
this.$message("请选择一个生产厂商")
|
|
this.$message("请选择一个生产厂商")
|
|
}
|
|
}
|