修正原辅料清单无法编辑

This commit is contained in:
乐风 2021-08-15 23:41:58 +08:00
parent 3b992432f7
commit 71578b11fa
1 changed files with 2 additions and 3 deletions

View File

@ -24,10 +24,9 @@ Vue.createApp({
grid.autoColumnsToFit = true;
var action = config.action;
// 详情页打开方式
action.dialogType = 'layer';
// 双击行执行的方法
action.rowDoubleClick = action.show;
action.rowDoubleClick = action.edit;
action.config = function() {
var me = this;