src/views/system/work-order/distribute/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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(); });