longliang_v 5 年 前
コミット
9404cf8e2d
1 ファイル変更2 行追加1 行削除
  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()