lixiangyu
2 天以前 3a5e80d8f3b890edd46381fa9b6218f4cc7e47cb
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){