|
|
@ -101,7 +101,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
<el-button @click="importVisible = false">取 消</el-button> |
|
|
|
<el-button @click="importVisible = false">取 消</el-button> |
|
|
|
<el-button type="primary" @click="confirmImport">确 定</el-button> |
|
|
|
<el-button type="primary" :loading="submited" @click="confirmImport">确 定</el-button> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</el-dialog> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
|
|