Browse Source

fix ruledesc

longliang_v 5 years ago
parent
commit
9404cf8e2d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/mock/httprule.vue

+ 2 - 1
src/views/mock/httprule.vue

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