Browse Source

公式页面

gangyj 3 năm trước cách đây
mục cha
commit
d95a9bc8e7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/formula/edit.vue

+ 2 - 2
src/views/formula/edit.vue

@@ -923,8 +923,8 @@ export default {
           elementId:this.eleid,
           map:JSON.stringify(obj.eleMap)
         }).then((res)=>{
-          if(res.data.id){
-            this.formulaid = res.data.id;
+          if(res.data.data){
+            this.formulaid = res.data.data;
           }
           this.$message({
             type: "success",