@@ -268,7 +268,7 @@ export default {
},
handleGenerate (record) {
const modal = this.$refs.baseModalInsert
- modal.base(null, record.id)
+ modal.base(null, record.standardId)
handleCancel () {
this.visible = false
@@ -70,6 +70,7 @@ export default {
uploadUrl: uploadUrl,
userList: {},
editingKey: '',
+ model: {},
headers: {
Authorization: 'Bearer ' + Vue.ls.get(ACCESS_TOKEN)