|
|
@@ -365,11 +365,11 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
// const { script_content: scriptContent, source_table: sourceTable, target_table: targetTable } = this.changeObj
|
|
|
- const { script_content: scriptContent } = this.changeObj
|
|
|
- if (!scriptContent) {
|
|
|
- this.$snackbar.warning('请先生成脚本')
|
|
|
- return
|
|
|
- }
|
|
|
+ // const { script_content: scriptContent } = this.changeObj
|
|
|
+ // if (!scriptContent) {
|
|
|
+ // this.$snackbar.warning('请先生成脚本')
|
|
|
+ // return
|
|
|
+ // }
|
|
|
// if (!sourceTable) {
|
|
|
// this.$snackbar.warning('请先填写来源表')
|
|
|
// return
|