rev:提交aps相关代码
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<el-dialog append-to-body :close-on-click-modal="false" :visible.sync="dialog" title="执行脚本" width="400px">
|
||||
<el-dialog :close-on-click-modal="false" :visible.sync="dialog" append-to-body title="执行脚本" width="400px">
|
||||
<el-form ref="form" :rules="rules" size="small">
|
||||
<el-upload
|
||||
:action="databaseUploadApi"
|
||||
:data="databaseInfo"
|
||||
:headers="headers"
|
||||
:on-success="handleSuccess"
|
||||
:on-error="handleError"
|
||||
:on-success="handleSuccess"
|
||||
class="upload-demo"
|
||||
drag
|
||||
>
|
||||
@@ -27,6 +27,7 @@
|
||||
<script>
|
||||
import { mapGetters } from 'vuex'
|
||||
import { getToken } from '@/utils/auth'
|
||||
|
||||
export default {
|
||||
props: {
|
||||
databaseInfo: {
|
||||
|
||||
Reference in New Issue
Block a user