+
liuyg
2021-07-09 f6722070ab96b71a6d2e61bc1850238a2bb554eb
+
2 files modified
12 ■■■■ changed files
src/views/recruitmentManagement/data.js 8 ●●●● patch | view | raw | blame | history
src/views/recruitmentManagement/index.vue 4 ●●●● patch | view | raw | blame | history
src/views/recruitmentManagement/data.js
@@ -25,7 +25,7 @@
    },
    {
        label: "保安id",
        prop: "tenantId",
        prop: "deptId",
        hide: true,
        editDisplay: false,
        addDisplay: false
@@ -169,6 +169,9 @@
        label: "开始时间",
        prop: "startTime",
        // search: true,
        type: "date",
        format: "yyyy-MM-dd hh:mm:ss",
        valueFormat: "timestamp",
        width: 88,
    },
@@ -176,6 +179,9 @@
        label: "结束时间",
        prop: "endTime",
        // search: true,
        type: "date",
        format: "yyyy-MM-dd hh:mm:ss",
        valueFormat: "timestamp",
        width: 88,
    },
    {
src/views/recruitmentManagement/index.vue
@@ -68,7 +68,7 @@
      this.selectionList.forEach((ele) => {
        ids.push(ele.id);
      });
      return ids.join(",");
      return ids.join(",");
    },
  },
  methods: {
@@ -88,7 +88,7 @@
    //   var form = this.data[0];
    //   delete form.id;
    //   for (var k = 0; k < 13; k++) {
        adddata('form').then(
        adddata(form).then(
          (res) => {
            this.onLoad(this.page);
            this.$message({