8
0
ZaiZai 9 сар өмнө
parent
commit
3d1b7a0510

+ 12 - 2
src/views/project/detail/info.vue

@@ -220,8 +220,8 @@
             </hc-card-item>
             </hc-card-item>
         </el-form>
         </el-form>
         <div class="action">
         <div class="action">
-            <el-button hc-btn class="mr-4">保存并退出</el-button>
-            <el-button hc-btn type="primary">保存并进入下一步</el-button>
+            <el-button hc-btn class="mr-4" @click="saveAndExit">保存并退出</el-button>
+            <el-button hc-btn type="primary" @click="saveAndNextStep">保存并进入下一步</el-button>
         </div>
         </div>
     </div>
     </div>
 </template>
 </template>
@@ -375,6 +375,16 @@ const getContractRelation = async () => {
         return id
         return id
     })
     })
 }
 }
+
+//保存并退出
+const saveAndExit = () => {
+
+}
+
+//保存并进入下一步
+const saveAndNextStep = () => {
+
+}
 </script>
 </script>
 
 
 <style scoped lang="scss">
 <style scoped lang="scss">