Shan9312 пре 1 година
родитељ
комит
4e16e57ef1
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/views/formulationPlan/recipeTemplate/index.vue

+ 1 - 0
src/views/formulationPlan/recipeTemplate/index.vue

@@ -1506,6 +1506,7 @@ export default {
     },
     saveCreateData() {
       this.requestParam.name = 'insertFT'
+      this.table.temp.cattle = this.table.temp.cattle == ''? 0:this.table.temp.cattle;
       this.requestParam.parammaps = this.table.temp
       PostDataByName(this.requestParam).then(response => {
         console.log('新增保存发送参数', this.requestParam)