Browse Source

修改新增农事类型报错

master
邓宏 2 years ago
parent
commit
cb33ad31b6
  1. 2
      pages/massif/add_farming.vue

2
pages/massif/add_farming.vue

@ -339,7 +339,7 @@ export default {
if(res.statu){
this.isShow=false
this.tempType=''
this.typeList.push({label:v.itemText, value:v.itemValue})
this.typeList.push({label: res.data.itemText, value: res.data.itemValue})
}else{
uni.showModal({
title:"提示",

Loading…
Cancel
Save