| | |
| | | return { |
| | | ajaxFun: chooseIFS, |
| | | innerVisible: false, |
| | | listLoading: true, |
| | | currentRow: null, |
| | | multipleSelection: [], |
| | | uploadInfo: { |
| | |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | minWidth: '120', |
| | | prop: 'projectName', |
| | | label: '项目名称', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | minWidth: '100', |
| | | prop: 'name', |
| | |
| | | mounted() { |
| | | |
| | | }, |
| | | // props:['currentRow'], |
| | | methods: { |
| | | getData() { |
| | | if (this.$refs.rawPartTable !== undefined) { |
| | |
| | | ) |
| | | } |
| | | this.innerVisible = false |
| | | this.$parent.costPlannedAmountChange(this.currentRow) |
| | | }, |
| | | handleCurrentChange(row) { |
| | | this.currentRow = row |
| | |
| | | this.innerVisible = this.currshowlist |
| | | if (this.currshowlist) { |
| | | this.$nextTick(() => { |
| | | // this.table.data=[] |
| | | this.getData() |
| | | }) |
| | | } |