|
@@ -2509,6 +2509,10 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
this.isokDisable = false
|
|
|
}, 1000)
|
|
|
+ console.log(row.autosecond,'======')
|
|
|
+ if(row.autosecond == null || row.autosecond == undefined || isNaN(row.autosecond)){
|
|
|
+ row.autosecond = '0'
|
|
|
+ }
|
|
|
this.table2.temp.pastureid = row.pastureid
|
|
|
this.table2.temp.ftid = this.table2.getdataListParm.parammaps.ftid
|
|
|
this.table2.temp.fid = row.fid
|
|
@@ -3350,7 +3354,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
handleGetUd(){
|
|
|
- MessageBox.confirm('是否获取UD栏舍?', {
|
|
|
+ MessageBox.confirm('是否上传配方?', {
|
|
|
confirmButtonText: '确认', cancelButtonText: '取消', type: 'warning'
|
|
|
}).then(() => {
|
|
|
let url = 'authdata/gm/udfeedtemplet/push'
|