Commit afaf5631 by hanxuehong

fix: 模拟数据的删除

parent ea800999
......@@ -294,7 +294,7 @@ export default {
id: 7,
path: '',
label: '应用版本管理',
icon: 'el-icon-menu',
icon: 'el-icon-suitcase-1',
index: '/saas/production/assistant/manage',
children: []
},
......
......@@ -117,10 +117,7 @@ export default {
data() {
return {
loading: false,
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: [] }
],
sourceData: [],
dialogVisible: false,
editForm: {
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