cq-panda / Vue.NetCore

(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
MIT License
3.82k stars 1.27k forks source link

请教在主从表中, 如何写程序调用[保存]的功能? #259

Open Jay413191 opened 2 years ago

Jay413191 commented 2 years ago

请教在主从表中, 如何写程序调用[保存]的功能? image

cq-panda commented 2 years ago

this.save()

Jay413191 commented 2 years ago

谢谢大大!!