fix:vue3语法错误
This commit is contained in:
parent
5c8546995e
commit
5cf6342df2
@ -196,7 +196,7 @@ function submitForm() {
|
|||||||
|
|
||||||
if (validateResult) {
|
if (validateResult) {
|
||||||
const genTable = Object.assign({}, info.value)
|
const genTable = Object.assign({}, info.value)
|
||||||
genTable.columns = this.columns
|
genTable.columns = columns.value
|
||||||
|
|
||||||
// 额外参数拼接
|
// 额外参数拼接
|
||||||
genTable.params = {
|
genTable.params = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user