|
@@ -462,7 +462,7 @@ export default {
|
|
|
this.systemNameLis = []
|
|
|
return
|
|
|
}
|
|
|
- if (this.form.region12 == 0) {
|
|
|
+ if (this.form.region12 == 0 &&((this.form.region1 == 1 && this.form.region2 == 4) || (this.form.region1 == 4) || (this.form.region1 == 5) || (this.form.region1 == 3))) {
|
|
|
let tmpArr = [];
|
|
|
if (this.form.region1 == 1 && this.form.region2 == 4) {//症状
|
|
|
tmpArr = [1]
|
|
@@ -624,6 +624,7 @@ export default {
|
|
|
this.form.region12 = '0'
|
|
|
this.form.region10 = '1'
|
|
|
this.form.region11 = '0'
|
|
|
+ this.systemNameShow = false
|
|
|
}
|
|
|
}
|
|
|
}
|