| | |
| | | </div> |
| | | </el-form> |
| | | <span slot="footer" > |
| | | <el-button @click="dialogVisible = false">取 消</el-button> |
| | | <el-button @click="WayCancel()">取 消</el-button> |
| | | <el-button type="primary" @click="WaySure()">确 定</el-button> |
| | | </span> |
| | | </el-dialog> |
| | |
| | | async costPlannedAmountChange(value){ |
| | | this.resultData= value |
| | | }, |
| | | |
| | | handleExcel() { |
| | | console.log(this.resultData); |
| | | console.log(this.table.column); |
| | |
| | | this.dialogVisible = true; |
| | | |
| | | }, |
| | | WayCancel(){ |
| | | this.dialogVisible = false |
| | | this.checkList = null |
| | | this.WayIdea = null |
| | | }, |
| | | WaySure(){ |
| | | AuditSuggestion({id:this.UserId,way:this.checkList}).then( |
| | | res =>{ |