|
@@ -144,7 +144,7 @@ export default {
|
|
tableData: [],
|
|
tableData: [],
|
|
eqList: [], // 设备下拉类别数据
|
|
eqList: [], // 设备下拉类别数据
|
|
toolList: [], // 刀具列表
|
|
toolList: [], // 刀具列表
|
|
- toolSelectList: [{id: '110001', cuttingToolName: '刀具1'}, {id: '211001', cuttingToolName: '刀具2'}], // 刀具下拉数据
|
|
|
|
|
|
+ toolSelectList: [], // 刀具下拉数据
|
|
pgContent: '', // 程序内容
|
|
pgContent: '', // 程序内容
|
|
type: 'add',
|
|
type: 'add',
|
|
tenant: this.initTenant(),
|
|
tenant: this.initTenant(),
|