|
@@ -460,7 +460,8 @@ export default {
|
|
whenScript: this.ruleData.whenScript,
|
|
whenScript: this.ruleData.whenScript,
|
|
returnMessage: this.ruleData.returnMessage,
|
|
returnMessage: this.ruleData.returnMessage,
|
|
mehtodName: this.$route.query.methodName,
|
|
mehtodName: this.$route.query.methodName,
|
|
- methodProtocol: this.$route.query.methodProtocol
|
|
|
|
|
|
+ methodProtocol: this.$route.query.methodProtocol,
|
|
|
|
+ ruleDesc: this.ruleData.ruleDesc
|
|
}
|
|
}
|
|
updateRule(tempData).then(() => {
|
|
updateRule(tempData).then(() => {
|
|
this.getList()
|
|
this.getList()
|