|
@@ -2206,6 +2206,7 @@ export default {
|
|
// 政策导入成功钩子
|
|
// 政策导入成功钩子
|
|
successPolicy(res, file) {
|
|
successPolicy(res, file) {
|
|
this.openFullScreen(true)
|
|
this.openFullScreen(true)
|
|
|
|
+ console.log(res)
|
|
if (res.data.message === "" && !res.data.message) {
|
|
if (res.data.message === "" && !res.data.message) {
|
|
if(res.data.list&&res.data.list.length>0){
|
|
if(res.data.list&&res.data.list.length>0){
|
|
res.data.list.forEach(item=>{
|
|
res.data.list.forEach(item=>{
|