|
@@ -262,6 +262,7 @@ export default {
|
|
|
this.$modal.msgError("请选择要生成的数据");
|
|
this.$modal.msgError("请选择要生成的数据");
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
if(row.genType === "1") {
|
|
if(row.genType === "1") {
|
|
|
genCode(row.tableName).then(response => {
|
|
genCode(row.tableName).then(response => {
|
|
|
this.$modal.msgSuccess("成功生成到自定义路径:" + row.genPath);
|
|
this.$modal.msgSuccess("成功生成到自定义路径:" + row.genPath);
|