Browse Source

调整接口参数变动

master
李磊 3 years ago
parent
commit
6bb513ed79
  1. 2
      src/views/bggl/2000/jj/cyqp.vue
  2. 2
      src/views/ysjl/1000/common/sz/gyscl.vue
  3. 2
      src/views/ysjl/1000/dj/nb/gynb.vue
  4. 2
      src/views/ysjl/1000/dj/sy/sysy.vue
  5. 2
      src/views/ysjl/1000/dj/wb/gywb.vue
  6. 2
      src/views/ysjl/2000/2400/zbg/jj/edit.vue
  7. 12
      src/views/ysjl/3000/common/index.vue
  8. 2
      src/views/ysjl/F000/dj/edit.vue

2
src/views/bggl/2000/jj/cyqp.vue

@ -543,7 +543,7 @@ export default {
jyxm: JSON.stringify(this.tableData),
bgjyxm: JSON.stringify(this.tableData),
fbjyxm: JSON.stringify(this.fbTableData),
flag: operation
state: operation
}
}).then(data => {
//

2
src/views/ysjl/1000/common/sz/gyscl.vue

@ -761,7 +761,7 @@ export default {
fbjyxm: JSON.stringify([this.yqsbData]),
bgjyxm: jyxm
},
flag: operation
state: operation
}
}).then(data => {
//

2
src/views/ysjl/1000/dj/nb/gynb.vue

@ -634,7 +634,7 @@ export default {
jyxm: jyxm,
bgjyxm: jyxm
},
flag: operation
state: operation
}
}).then(data => {
Utils.$emit('task-list')

2
src/views/ysjl/1000/dj/sy/sysy.vue

@ -586,7 +586,7 @@ export default {
jyxm: jyxm,
bgjyxm: jyxm
},
flag: operation
state: operation
}
}).then(data => {
Utils.$emit('task-list')

2
src/views/ysjl/1000/dj/wb/gywb.vue

@ -648,7 +648,7 @@ export default {
jyxm: jyxm,
bgjyxm: jyxm
},
flag: operation
state: operation
}
}).then(data => {
Utils.$emit('task-list')

2
src/views/ysjl/2000/2400/zbg/jj/edit.vue

@ -929,7 +929,7 @@ export default {
param: this.param,
jyxm: jyxm,
bgjyxm: jyxm,
flag: operation
state: operation
}
}).then(data => {
//

12
src/views/ysjl/3000/common/index.vue

@ -1149,13 +1149,13 @@ export default {
fubiao = [this.fubiao1, this.fubiao2, this.fubiao3]
}
const subArr = this.sortClass(this.jybgData)
subArr.map((item) => {
if (item.some((k) => k.jianyanjieguo === '不符合')) {
const subArr = this.sortClass(this.bgfyData)
subArr.forEach((item) => {
if (item.some((k) => k.jianyanjieguo.indexOf('X') === 0)) {
this.jybgData[item[0].jybgJyjlIndex - 1].jianyanjielun = '不合格'
} else if (item.every((k) => k.jianyanjieguo === '符合')) {
} else if (item.every((k) => k.jianyanjieguo.indexOf('√') === 0)) {
this.jybgData[item[0].jybgJyjlIndex - 1].jianyanjielun = '合格'
} else if (item.every((k) => k.jianyanjieguo === '无此项')) {
} else if (item.every((k) => k.jianyanjieguo.indexOf('/') === 0)) {
this.jybgData[item[0].jybgJyjlIndex - 1].jianyanjielun = '无此项'
}
})
@ -1240,7 +1240,7 @@ export default {
fbjyxm: JSON.stringify(fubiao)
},
jdJyxm: jyxm,
flag: operation
state: operation
}
}).then((data) => {
Utils.$emit('ysjl-db-list')

2
src/views/ysjl/F000/dj/edit.vue

@ -599,7 +599,7 @@ export default {
data: {
ysjl: this.ysjl,
param: this.param,
flag: operation
state: operation
}
}).then(data => {
Utils.$emit('task-list')

Loading…
Cancel
Save