Administrator
2022-01-04 e99032608332768e4f814d43b47217e64b1d829f
派遣记录新增修改
1 files modified
8 ■■■■■ changed files
src/views/dispatch/dispatchChildoperable.vue 8 ●●●●● patch | view | raw | blame | history
src/views/dispatch/dispatchChildoperable.vue
@@ -384,9 +384,9 @@
      if (this.useifid != 266) {
        form["deptId"] = this.useifid;
      }
      console.log(form, 123456);
      // console.log(form, 123456);
      (form["ids"] = form.userIds.join(",")), delete form.userIds;
      console.log(form, 321);
      // console.log(form, 321);
      saveDispatcher(form).then(
        (res) => {
          this.onLoad(this.page);
@@ -394,14 +394,16 @@
            type: "success",
            message: "操作成功!",
          });
          this.onLoad(this.page, this.query1);
          done();
        },
        (error) => {
          window.console.log(error);
          loading();
          this.onLoad(this.page, this.query1);
          done();
        }
      );
      // }
    },
    searchChange(params, done) {
      this.query1 = params;