This commit is contained in:
yuan 2021-07-08 15:59:33 +08:00
parent 381a1af149
commit 9e83c0b8e9

View File

@ -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: {