|
|
@@ -244,6 +244,7 @@ export default {
|
|
|
this.qsUserList = this.qsUserList.join(',')
|
|
|
|
|
|
this.signUserList = data.taskUserList || []
|
|
|
+ let list = data.fileList || []
|
|
|
if (list.length > 0) {
|
|
|
list.forEach(item => {
|
|
|
let i = JSON.parse(item)
|
|
|
@@ -260,7 +261,7 @@ export default {
|
|
|
this.imgList = this.trainingData.imageList.split(',') || []
|
|
|
//获取当前登录人机构类型
|
|
|
this.orgType = window.sessionStorage.getItem('SET_USER_ORGTYPE')
|
|
|
-
|
|
|
+ console.log(this.orgType,'this.orgType');
|
|
|
if (this.orgType == 1) {
|
|
|
//省联社
|
|
|
this.resultList = [
|