Sfoglia il codice sorgente

0616新增服务bug修改

nanjingliujinyu 7 mesi fa
parent
commit
cc55e62fc0

+ 1 - 0
ruoyi-ui/src/views/service/info/AeService.vue

@@ -306,6 +306,7 @@ export default {
       this.step = step;
     },
     nextStep() {
+      console.log(this.form.srvId)
       if (!this.form.srvId) {
         this.$message({
           message: "请先添加服务",

+ 1 - 0
ruoyi-ui/src/views/service/info/serviceParam.vue

@@ -138,6 +138,7 @@ export default {
               message: "添加参数成功",
               type: "success",
             });
+            this.forwardStep()
           });
         } else {
           return false;