cuilei
4 天以前 6fc7bb975eca07193843a031e378ac3f82317d35
src/views/base/ShiftManager.vue
@@ -179,7 +179,7 @@
      handleEdit(record) {
        this.$refs.modalForm.edit(record)
        this.$refs.modalForm.title = '编辑班次'
        this.$refs.modalForm.disableSubmit = true
        this.$refs.modalForm.disableSubmit = false
      },
      handleDelete: function(record){
        if(!this.url.deleteBatch){