loulijun2021
2023-10-13 0ac076bd5d4b37a63e250eb461c2cb6e9ea73eb6
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()
          }
        })