|
@@ -1309,7 +1309,7 @@ export default {
|
|
|
'form.cateId': {
|
|
'form.cateId': {
|
|
|
handler(newVal) {
|
|
handler(newVal) {
|
|
|
const cateName = this.cateIdToNameMap[newVal];
|
|
const cateName = this.cateIdToNameMap[newVal];
|
|
|
- if (newVal == 224 || (cateName !== undefined && cateName.includes('器械'))) {
|
|
|
|
|
|
|
+ if (cateName !== undefined && cateName.includes('器械')) {
|
|
|
this.rules.indications = [];
|
|
this.rules.indications = [];
|
|
|
this.rules.ingredient = [];
|
|
this.rules.ingredient = [];
|
|
|
this.rules.dosage = [];
|
|
this.rules.dosage = [];
|