sr 4 роки тому
батько
коміт
28e8bec0fc

+ 1 - 2
ruoyi-ui/src/views/activiti/modeler/index.vue

@@ -196,7 +196,7 @@ export default {
     }
   },
   methods:{
-    // ...mapMutations(['currentChange','changeKeepAliveArray']),
+    ...mapMutations(['currentChange','changeKeepAliveArray']),
     formChange (data) {  //表单数据修改时,修改searchData数据
       if(data.status){
         this.formLists[0].item.value = data.name
@@ -254,7 +254,6 @@ export default {
           })
           return arr
         },[])
-        console.log(this.listsConfig,9998)
       });
     },
     addTemplate () {  //新建模版

+ 1 - 1
ruoyi-ui/src/views/tool/gen/editTable.vue

@@ -640,7 +640,7 @@
       tableBtn(row){
         this.openquery = false
         this.ForeName = row.column_name
-        this.formZd.foreignKey = row.column_id
+        this.formZd.foreignKey = row.id
       },
       fkzdFn() {
         this.queryedit()