longliang_v 5 år sedan
förälder
incheckning
9404cf8e2d
1 ändrade filer med 2 tillägg och 1 borttagningar
  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()