mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-02 19:15:26 +08:00
小bug处理和vue3代码生成器模板完善
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
size="default"
|
||||
:columns="columns"
|
||||
:data="loadData"
|
||||
:scroll="{}"
|
||||
>
|
||||
<div
|
||||
slot="expandedRowRender"
|
||||
|
||||
@ -31,6 +31,7 @@
|
||||
size="default"
|
||||
:columns="columns"
|
||||
:data="loadData"
|
||||
:scroll="{}"
|
||||
>
|
||||
<div
|
||||
slot="expandedRowRender"
|
||||
|
||||
@ -251,8 +251,6 @@
|
||||
},
|
||||
delRowCustom (index) {
|
||||
console.log(index)
|
||||
let all = this.orderMainModel
|
||||
all['jeecgOrderCustomerList'].splice(index,1);
|
||||
this.orderMainModel.jeecgOrderCustomerList.splice(index,1);
|
||||
this.$forceUpdate();
|
||||
},
|
||||
@ -263,8 +261,6 @@
|
||||
},
|
||||
delRowTicket (index) {
|
||||
console.log(index)
|
||||
let all = this.orderMainModel
|
||||
all['jeecgOrderTicketList'].splice(index,1);
|
||||
this.orderMainModel.jeecgOrderTicketList.splice(index,1);
|
||||
this.$forceUpdate();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user