| | |
| | | @refresh-change="refreshChange" |
| | | @on-load="onLoad" |
| | | > |
| | | <template slot-scope="" slot="menuLeft"> |
| | | <el-button type="primary" |
| | | icon="el-icon-back" |
| | | size="small" |
| | | @click="prev">返回</el-button> |
| | | </template> |
| | | <template slot="menuLeft"> |
| | | <el-button |
| | | type="danger" |
| | |
| | | align: "center", |
| | | menu: false, |
| | | dialogClickModal: false, |
| | | refreshBtn:false, |
| | | columnBtn:false, |
| | | column: [ |
| | | { |
| | | label: "农资", |
| | |
| | | this.farm.id = this.$farmId |
| | | }, |
| | | methods: { |
| | | prev(){ |
| | | this.$router.go(-1) |
| | | }, |
| | | rowSave (row, done, loading) { |
| | | add(row).then(() => { |
| | | this.onLoad(this.page) |