Commit c7adf0a6 authored by 黄奎's avatar 黄奎
parents c1ff4fe9 e02cf1a1
...@@ -618,6 +618,7 @@ ...@@ -618,6 +618,7 @@
overflow-y: auto; overflow-y: auto;
position: fixed; position: fixed;
background: #f9f9f9; background: #f9f9f9;
top:220px;
bottom: 0; bottom: 0;
} }
.page_fnDm .btmTitle { .page_fnDm .btmTitle {
...@@ -2377,12 +2378,17 @@ ...@@ -2377,12 +2378,17 @@
}, },
//导入数据 //导入数据
importInfo() { importInfo() {
console.log("我是导入信息",this.importData);
this.importInfoAndExport(); this.importInfoAndExport();
}, },
//导入数据 //导入数据
importInfoAndExport() { importInfoAndExport() {
var that = this; var that = this;
this.Confirm(this.$t('objFill.shifoudaorucsj'), function () { this.$confirm(this.$t('objFill.shifoudaorucsj'), '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
that.tabLoading = true; that.tabLoading = true;
let qMsg = { let qMsg = {
msg: that.importData, msg: that.importData,
...@@ -2404,6 +2410,8 @@ ...@@ -2404,6 +2410,8 @@
}, },
err => {} err => {}
); );
}).catch(() => {
}); });
}, },
beforeAvatarUpload(file) { beforeAvatarUpload(file) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment