src/views/workOrder/workOrderList.vue
@@ -2868,11 +2868,11 @@ if (res.code === '200') { this.dialogVisible = false // this.handlePrint() this.$message.success(this.operation === 'add' ? '添加成功!' : '派发成功!') this.$message.success(this.operation === 'add' ? '添加成功!' : '保存成功!') this.getMesOrderSearch() this.$store.state.app.buttonIsDisabled = false } else { this.$message.error(this.operation === 'add' ? '添加失败!' : '派发失败!') this.$message.error(this.operation === 'add' ? '添加失败!' : '保存失败!') } }) }