fuliqi
2024-09-30 e68547e2ed7d8668f1f0532c003a0f418ec85e23
下发工单
1个文件已修改
3 ■■■■ 已修改文件
src/views/system/work-order/distribute/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/work-order/distribute/index.vue
@@ -379,7 +379,7 @@
    },
    // 多选框选中数据
    handleSelectionChange(selection) {
      this.multipleSelection = selection.map(item => item.id)
      this.multipleSelection = selection.map(item => item.workOrderNo)
    },
    /** 新增按钮操作 */
    handleAdd() {
@@ -405,6 +405,7 @@
          } else {
            addWorkOrder(this.form).then(response => {
              this.$modal.msgSuccess("新增成功");
              this.pointList = [];
              this.open = false;
              this.page();
            });