|
|
@ -276,9 +276,9 @@ export const JeecgListMixin = { |
|
|
|
}, |
|
|
|
}, |
|
|
|
fuzhi: function(record){ |
|
|
|
fuzhi: function(record){ |
|
|
|
record.id='' |
|
|
|
record.id='' |
|
|
|
record.functionName=record.functionName+1 |
|
|
|
record.functionName1=record.functionName+1 |
|
|
|
record.functionEnName=record.functionEnName+1 |
|
|
|
record.functionEnName1=record.functionEnName+1 |
|
|
|
record.functionCode=record.functionCode+1 |
|
|
|
record.functionCode1=record.functionCode+1 |
|
|
|
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; |
|
|
|