2022-11-14微调

zhc4dev
YTD 2 years ago
parent dfa3819ee2
commit 619f07edd8
  1. 2
      ant-design-vue-jeecg/src/mixins/JeecgListMixin.js

@ -232,7 +232,7 @@ export const JeecgListMixin = {
this.$refs.modalForm.disableSubmit = false;
},
fuzhi: function (record) {
record.id=null;
record.id="";
this.$refs.modalForm.edit(record);
this.$refs.modalForm.title = "复制";
this.$refs.modalForm.disableSubmit = false;

Loading…
Cancel
Save