|
@@ -237,6 +237,9 @@ export default {
|
|
|
}
|
|
}
|
|
|
this.loading = true
|
|
this.loading = true
|
|
|
this.$message.success('正在导入,请稍后...')
|
|
this.$message.success('正在导入,请稍后...')
|
|
|
|
|
+ if (this.user.viewStage === 0) {
|
|
|
|
|
+ this.dept.isReport = 1
|
|
|
|
|
+ }
|
|
|
this.$refs.upload.submit()
|
|
this.$refs.upload.submit()
|
|
|
},
|
|
},
|
|
|
change (parentIndex, index) {
|
|
change (parentIndex, index) {
|