@@ -106,6 +106,7 @@ export default {
if (!!this.radio) {
this.$emit("changeFirm", this.radio)
this.dialog.firm = false
+ this.radio = ''
} else {
this.$message("请选择型号")
}
@@ -146,6 +146,7 @@ export default {
this.$emit("changeInsurer", this.radio)
this.dialog.insurer = false
this.$message("请选择一个生产厂商")
@@ -143,9 +143,9 @@ export default {
//发生修改
getChange() {
- console.log(this.radio, "radio")
this.$emit("changeMaintainer", this.radio)
this.dialog.maintainer = false
@@ -145,6 +145,7 @@ export default {
this.$emit("changeSupplier", this.radio)
this.dialog.supplier = false