田源
2024-03-29 80f9f6e11941427401bcb2f2ba03d00edf09f735
Source/ProjectWeb/src/views/base/buttonTable.js
@@ -33,8 +33,7 @@
    if (location === 'menu') {
      that.visible = true;
      that.$refs.dynamicForm.form = that.scope.row;
      console.log('1',that.scope.row)
      console.log(that.scope.row)
    } else if (location === 'top' && that.selectList.length === 1) {
      that.visible = true;
      that.$refs.dynamicForm.form = that.selectList[0];