mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-19 13:47:52 +00:00
update: The code structure is finished, and the project can run successfully
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
||||
},
|
||||
async submit() {
|
||||
const res = await createWorkFlow(this.form)
|
||||
if(res.success){
|
||||
if(res.code == 0){
|
||||
this.$message({
|
||||
message:"创建成功",
|
||||
type:"success"
|
||||
|
||||
Reference in New Issue
Block a user