【fix】单表模型示例-创建单据无法跳转,直接去掉
This commit is contained in:
@@ -56,7 +56,6 @@
|
||||
<!-- 操作按钮区域 -->
|
||||
<div class="table-operator">
|
||||
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
|
||||
<a-button type="primary" icon="plus" @click="jump">创建单据</a-button>
|
||||
<a-button type="primary" icon="plus" @click="onetomany">一对多</a-button>
|
||||
<a-button type="primary" icon="download" @click="handleExportXls('单表示例')">导出</a-button>
|
||||
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
|
||||
@@ -309,10 +308,6 @@ export default {
|
||||
this.$refs.jeroDemoTabsModal.add()
|
||||
this.$refs.jeroDemoTabsModal.title = '编辑'
|
||||
},
|
||||
// 跳转单据页面
|
||||
jump () {
|
||||
this.$router.push({ path: '/jero/helloworld' })
|
||||
},
|
||||
onBirthdayChange: function (value, dateString) {
|
||||
console.log(dateString[0], dateString[1])
|
||||
this.queryParam.birthday_begin = dateString[0]
|
||||
|
||||
Reference in New Issue
Block a user