翻译 edit: { type: this.$route.params.type || this.$route.params.opType, mode: this.opMode, param: this.$route.params, api: { view: '/api/lc/arrive/get', save: '/api/lc/arrive/save', update: '/api/lc/arrive/update' },
时间: 2024-03-29 21:37:53 浏览: 123
Java>jquery-easyui_combotree异步树的生成代码示例(NEW)
4星 · 用户满意度95%
编辑:{
类型:this.$route.params.type || this.$route.params.opType,
模式:this.opMode,
参数:this.$route.params,
API:{
查看:'/api/lc/arrive/get',
保存:'/api/lc/arrive/save',
更新:'/api/lc/arrive/update'
},
}
阅读全文