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