|
@ -239,13 +239,13 @@ func addAutoMoveFile(data *tplData) { |
|
|
global.GVA_CONFIG.AutoCode.Web, global.GVA_CONFIG.AutoCode.WApi, base) |
|
|
global.GVA_CONFIG.AutoCode.Web, global.GVA_CONFIG.AutoCode.WApi, base) |
|
|
} else if strings.Contains(fileSlice[n-2], "workflowForm") { |
|
|
} else if strings.Contains(fileSlice[n-2], "workflowForm") { |
|
|
data.autoMoveFilePath = filepath.Join(global.GVA_CONFIG.AutoCode.Root, |
|
|
data.autoMoveFilePath = filepath.Join(global.GVA_CONFIG.AutoCode.Root, |
|
|
global.GVA_CONFIG.AutoCode.Web, global.GVA_CONFIG.AutoCode.WFlow, strings.TrimSuffix(base, filepath.Ext(base))+"WorkflowForm.vue") |
|
|
|
|
|
|
|
|
global.GVA_CONFIG.AutoCode.Web, global.GVA_CONFIG.AutoCode.WFlow, filepath.Base(filepath.Dir(filepath.Dir(data.autoCodePath))), strings.TrimSuffix(base, filepath.Ext(base))+"WorkflowForm.vue") |
|
|
} else if strings.Contains(fileSlice[n-2], "form") { |
|
|
} else if strings.Contains(fileSlice[n-2], "form") { |
|
|
data.autoMoveFilePath = filepath.Join(global.GVA_CONFIG.AutoCode.Root, |
|
|
data.autoMoveFilePath = filepath.Join(global.GVA_CONFIG.AutoCode.Root, |
|
|
global.GVA_CONFIG.AutoCode.Web, global.GVA_CONFIG.AutoCode.WForm, strings.TrimSuffix(base, filepath.Ext(base))+"Form.vue") |
|
|
|
|
|
|
|
|
global.GVA_CONFIG.AutoCode.Web, global.GVA_CONFIG.AutoCode.WForm, filepath.Base(filepath.Dir(filepath.Dir(data.autoCodePath))), strings.TrimSuffix(base, filepath.Ext(base))+"Form.vue") |
|
|
} else if strings.Contains(fileSlice[n-2], "table") { |
|
|
} else if strings.Contains(fileSlice[n-2], "table") { |
|
|
data.autoMoveFilePath = filepath.Join(global.GVA_CONFIG.AutoCode.Root, |
|
|
data.autoMoveFilePath = filepath.Join(global.GVA_CONFIG.AutoCode.Root, |
|
|
global.GVA_CONFIG.AutoCode.Web, global.GVA_CONFIG.AutoCode.WTable, base) |
|
|
|
|
|
|
|
|
global.GVA_CONFIG.AutoCode.Web, global.GVA_CONFIG.AutoCode.WTable, filepath.Base(filepath.Dir(filepath.Dir(data.autoCodePath))), base) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|