luoyb
2021-02-04 8be0a3efd0d15cf241c4e3c5910cd0d6f2f1f150
src/views/user/Informationinput.vue
@@ -422,9 +422,8 @@
        </el-table>
        <el-col :span="24">
          <div style="margin: 0px auto; width: 250px;margin-top: 20px;">
            <el-button class="nomalBtn">取消</el-button>
            <el-button class="nomalBtn">暂存</el-button>
            <el-button class="commonBtn">提交</el-button>
            <el-button class="nomalBtn" @click="deleteFrom()">取消</el-button>
            <el-button class="commonBtn" @click="submitTo()">提交</el-button>
          </div>
        </el-col>
      </el-main>
@@ -2085,6 +2084,7 @@
        }
      ],
      isAdd: false,
      queryParams: {},
      depts: [],
      deptTree: [],
      physicalExamData: [],
@@ -2788,8 +2788,13 @@
          break
      }
    },
    deleteFrom() {
      this.butDelete()
    },
    selectEmpBase() {
      this.$get('hr/empBaseInfo/list')
      this.queryParams.delFlag = '2'
      // eslint-disable-next-line no-undef
      this.$get('hr/empBaseInfo/list', this.queryParams)
        .then((r) => {
          this.basicInformationData = r.data.data.rows
        })