commit
This commit is contained in:
parent
381a1af149
commit
9e83c0b8e9
@ -2,7 +2,7 @@
|
||||
<div class="container">
|
||||
<QueryListPage :pager-config="pagerConfig" :query-form="queryForm" :query-list="queryList" />
|
||||
<create-model-draft-dialog ref="createDialog" @close="closeCreate" />
|
||||
<el-button @click="getList">query</el-button>
|
||||
<el-button @click="getList">queryPublishedModel</el-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -85,7 +85,8 @@ export default {
|
||||
}
|
||||
],
|
||||
actions: [{ text: this.$t("global.add"), handler: this.handleCreate }]
|
||||
}
|
||||
},
|
||||
pubdModel: ''
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
Loading…
Reference in New Issue
Block a user