| | |
| | | return { |
| | | pageCode:'', |
| | | dataForm: { |
| | | id:'', |
| | | ids:null, |
| | | projectId:'', |
| | | configChangeList:[], |
| | | remarkList:[] |
| | | } |
| | | } |
| | | }, |
| | | methods: { |
| | | init(projectId,id) { |
| | | init(projectId,ids) { |
| | | this.dataForm.projectId = projectId |
| | | this.dataForm.id = id |
| | | this.dataForm.ids = ids |
| | | console.log(this.dataForm,'this.dataForm.id') |
| | | this.$nextTick(()=>{ |
| | | this.$refs.tableObj.query() |
| | |
| | | }, |
| | | changeRow(selection){ |
| | | this.dataForm.configChangeList = selection |
| | | this.dataForm.remarkList = selection |
| | | console.log(this.dataForm.configChangeList,'this.dataForm.checkList 选中的列表数据') |
| | | }, |
| | | async formSubmit(){ |