前端加了个重载表单数据

dev^2
itcast 1 year ago
parent 710245f403
commit 1bedd0cc0e
  1. 2
      ant-design-vue-jeecg/src/mixins/JeecgListMixin.js

@ -349,6 +349,8 @@ export const JeecgListMixin = {
this.$refs.modalForm.edit(record); this.$refs.modalForm.edit(record);
this.$refs.modalForm.title = "复制"; this.$refs.modalForm.title = "复制";
this.$refs.modalForm.disableSubmit = false; this.$refs.modalForm.disableSubmit = false;
// 新增/修改 成功时,重载列表
this.loadData();
}, },
// 任务管理-任务-分解 // 任务管理-任务-分解
fengjieRenwu: function (record) { fengjieRenwu: function (record) {

Loading…
Cancel
Save