Commit 3c169b3d authored by 高宇's avatar 高宇

1.设置三级菜单

parent 732b999a
...@@ -800,7 +800,7 @@ export default { ...@@ -800,7 +800,7 @@ export default {
formData.append('file', this.files) formData.append('file', this.files)
importJbapplyExcel(formData).then(res => { importJbapplyExcel(formData).then(res => {
if (res.code === 200) { if (res.code === 200) {
this.$message.success('共' + res.data.total + '条' + `成功导入` + res.data.rows + `条`) this.$message.success('共' + res.data.total + '条, ' + `成功导入` + res.data.rows + `条`)
this.importLoading = false this.importLoading = false
this.importControls.open = false this.importControls.open = false
this.files = [] this.files = []
......
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