Files
industry-ui/dist2/static/js/chunk-0238e9b0.ed96bb6a.js
2024-11-25 09:33:57 +08:00

1 line
2.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0238e9b0"],{"4b72":function(t,e,n){"use strict";n.d(e,"g",(function(){return r})),n.d(e,"f",(function(){return u})),n.d(e,"d",(function(){return i})),n.d(e,"j",(function(){return c})),n.d(e,"e",(function(){return l})),n.d(e,"a",(function(){return a})),n.d(e,"h",(function(){return s})),n.d(e,"b",(function(){return d})),n.d(e,"c",(function(){return b})),n.d(e,"i",(function(){return f}));var o=n("b775");function r(t){return Object(o["a"])({url:"/tool/gen/list",method:"get",params:t})}function u(t){return Object(o["a"])({url:"/tool/gen/db/list",method:"get",params:t})}function i(t){return Object(o["a"])({url:"/tool/gen/"+t,method:"get"})}function c(t){return Object(o["a"])({url:"/tool/gen",method:"put",data:t})}function l(t){return Object(o["a"])({url:"/tool/gen/importTable",method:"post",params:t})}function a(t){return Object(o["a"])({url:"/tool/gen/createTable",method:"post",params:t})}function s(t){return Object(o["a"])({url:"/tool/gen/preview/"+t,method:"get"})}function d(t){return Object(o["a"])({url:"/tool/gen/"+t,method:"delete"})}function b(t){return Object(o["a"])({url:"/tool/gen/genCode/"+t,method:"get"})}function f(t){return Object(o["a"])({url:"/tool/gen/synchDb/"+t,method:"get"})}},"7d85":function(t,e,n){"use strict";n.r(e);var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("el-dialog",{attrs:{title:"创建表",visible:t.visible,width:"800px",top:"5vh","append-to-body":""},on:{"update:visible":function(e){t.visible=e}}},[n("span",[t._v("创建表语句(支持多个建表语句)")]),n("el-input",{attrs:{type:"textarea",rows:10,placeholder:"请输入文本"},model:{value:t.content,callback:function(e){t.content=e},expression:"content"}}),n("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[n("el-button",{attrs:{type:"primary"},on:{click:t.handleCreateTable}},[t._v("确 定")]),n("el-button",{on:{click:function(e){t.visible=!1}}},[t._v("取 消")])],1)],1)},r=[],u=n("4b72"),i={data:function(){return{visible:!1,content:""}},methods:{show:function(){this.visible=!0},handleCreateTable:function(){var t=this;""!==this.content?Object(u["a"])({sql:this.content}).then((function(e){t.$modal.msgSuccess(e.msg),200===e.code&&(t.visible=!1,t.$emit("ok"))})):this.$modal.msgError("请输入建表语句")}}},c=i,l=n("2877"),a=Object(l["a"])(c,o,r,!1,null,null,null);e["default"]=a.exports}}]);