longliang_v 5 жил өмнө
parent
commit
9404cf8e2d

+ 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()