jinlin
2023-12-08 cd3aa6f42a148f6d94b2f405a737638c6352fca2
web/src/views/modules/configItemChange/configItemList.vue
@@ -2,7 +2,7 @@
  <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"
@@ -63,7 +63,7 @@
      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()
    }