@@ -1,6 +1,6 @@
<template>
<el-dialog
- title="选择下发机构状态"
+ title="选择下发机构的计划状态"
:visible.sync="isShow"
class="g-dialog-select-safe-check"
:close-on-click-modal="false"
@@ -262,6 +262,7 @@ export default {
this.$modal.msgError("请选择要生成的数据");
return;
}
+
if(row.genType === "1") {
genCode(row.tableName).then(response => {
this.$modal.msgSuccess("成功生成到自定义路径:" + row.genPath);