loulijun2021
2023-10-23 e7d48e5d05e8575163e3508a1adda24f7c9141e4
src/views/workOrder/workOrderList.vue
@@ -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()
          }
        })