|
@@ -371,7 +371,7 @@ export default {
|
|
}).then(res => {
|
|
}).then(res => {
|
|
if(res.code == 200) {
|
|
if(res.code == 200) {
|
|
if(Array.isArray(res.data) && !!res.data.length) {
|
|
if(Array.isArray(res.data) && !!res.data.length) {
|
|
- this.ruleForm.JSR = res.data.map(item => i`${tem.SYYS}`)
|
|
|
|
|
|
+ this.ruleForm.JSR = res.data.map(item => `${item.SYYS}`)
|
|
this.ruleForm.JSKS = res.data.map(item => `${item.dep_id}`)
|
|
this.ruleForm.JSKS = res.data.map(item => `${item.dep_id}`)
|
|
}
|
|
}
|
|
}
|
|
}
|