loulijun2021
2023-10-31 7d424aa8aa7c9dce34ad20651189dff523052dce
src/views/workOrder/workOrderList.vue
@@ -472,7 +472,7 @@
    <!--新增派发对话框-->
    <el-dialog
      v-el-drag-dialog
      :title="operation==='add'?'新增':'派发'"
      :title="operation==='add'?'新增':'修改'"
      :visible.sync="dialogVisible"
      width="1200px"
      top="8vh"
@@ -2391,9 +2391,6 @@
        MesOrderDistribution(this.multipleSelection).then(res => {
          if (res.code === '200') {
            this.$notify.success('派发成功!')
            if (this.form.page > 1 && this.tableData.length === 1) {
              this.form.page--
            }
            this.getMesOrderSearch()
          }
        })