Commit bdc6794b authored by 赵啸非's avatar 赵啸非

修改前端依赖

parent 8fcb2a60
...@@ -321,7 +321,7 @@ ...@@ -321,7 +321,7 @@
v-model="info['subTableName' + index]" v-model="info['subTableName' + index]"
placeholder="请选择关联的子表" placeholder="请选择关联的子表"
style="width: 100%" style="width: 100%"
@change="subSelectChange" @change="subSelectChange(index)"
> >
<el-option <el-option
v-for="(table, index) in tables" v-for="(table, index) in tables"
...@@ -434,7 +434,7 @@ export default { ...@@ -434,7 +434,7 @@ export default {
/** 选择子表名触发 */ /** 选择子表名触发 */
subSelectChange(value) { subSelectChange(value) {
console.log("value2", value); console.log("value2", value);
this.info.subTableFkName = ""; this.info[subTableFkName+value] = "";
}, },
/** 选择生成模板触发 */ /** 选择生成模板触发 */
tplSelectChange(value) { tplSelectChange(value) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment