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