Commit afaf5631 by hanxuehong

fix: 模拟数据的删除

parent ea800999
...@@ -294,7 +294,7 @@ export default { ...@@ -294,7 +294,7 @@ export default {
id: 7, id: 7,
path: '', path: '',
label: '应用版本管理', label: '应用版本管理',
icon: 'el-icon-menu', icon: 'el-icon-suitcase-1',
index: '/saas/production/assistant/manage', index: '/saas/production/assistant/manage',
children: [] children: []
}, },
......
...@@ -117,10 +117,7 @@ export default { ...@@ -117,10 +117,7 @@ export default {
data() { data() {
return { return {
loading: false, loading: false,
sourceData: [ sourceData: [],
{ id: 1, version: '1.1.2', title: '更新字段1', content: '内容', forcedUpdate: 0, businessType: 'production_assistant', fileList: [] },
{ id: 2, version: '1.1.2', title: '更新字段2', content: '内容', forcedUpdate: 1, businessType: 'production_assistant', fileList: [] }
],
dialogVisible: false, dialogVisible: false,
editForm: { editForm: {
version: '', version: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment