| | |
| | | <zt-dialog ref="dialog" column="2" title="选择配置项" :hasConfirm="true" @confirm="formSubmit" :append-to-body="true"> |
| | | <el-card shadow="never" class="aui-card--fill"> |
| | | <div class="mod-project-project}"> |
| | | <zt-table-wraper ref="tableObj" v-slot="{ table }"> |
| | | <zt-table-wraper ref="tableObj" v-slot="{ table }" query-url="/configItemChange/ConfigItemChange/getItemList"> |
| | | <el-table |
| | | :data="dataList" |
| | | height="100px" |
| | |
| | | console.log(this.dataForm.checkBoxList,'this.dataForm.checkList 选中的列表数据') |
| | | }, |
| | | async formSubmit(){ |
| | | let res = await this.$http.post('/configItemWarehouse/ConfigItemWarehouse/', this.dataForm) |
| | | let res = await this.$http.post('/configItemChange/ConfigItemChange/importItemList', this.dataForm) |
| | | await this.$tip.success() |
| | | this.$refs.dialog.close() |
| | | } |