Browse Source

病虫害记录 修改切换类型是清空名称

master
邓宏 2 years ago
parent
commit
d6580c043a
  1. 2
      pages/massif/pestRecord.vue

2
pages/massif/pestRecord.vue

@ -74,7 +74,7 @@ export default {
}, },
watch:{ watch:{
"formData.pestType"(){ "formData.pestType"(){
this.formData.pestName='' this.formData.pestName=[]
}, },
}, },
onLoad(){ onLoad(){

Loading…
Cancel
Save