web/src/views/modules/project/Project-select.vue
@@ -70,9 +70,11 @@ methods: { init(tableName,row) { this.dataForm.tableName = tableName if(row){ if(row.pageCode!=null){ this.pageCode = row.pageCode } } this.$nextTick(()=>{ this.$refs.tableObj.query() })