|
@@ -407,10 +407,11 @@ export default {
|
|
|
ruleId: that.rowevalradio.id,
|
|
|
regularExpression: encodeURI(document.getElementById("representation").value),
|
|
|
range: encodeURI(document.getElementById("range").value),
|
|
|
- ruleDescription: that.itemForm.desc
|
|
|
+ ruleDescription: that.itemForm.desc,
|
|
|
+ childCode: that.multipleSelection[0].childCode
|
|
|
}
|
|
|
if (that.isSave) {
|
|
|
- params.id = this.evalradio.id
|
|
|
+ params.id = that.evalradio.id
|
|
|
}
|
|
|
apiGetintervalscoringsaveOrUpdate(params).then(datas =>{
|
|
|
if (!that.isSave) {
|