fixbug screen 20
This commit is contained in:

parent
a85f9f98f6
commit
a6e8e6cf86
@ -479,6 +479,7 @@ export default {
|
||||
});
|
||||
},
|
||||
async getRowData(data) {
|
||||
console.log('-------------DEBUG-----getRowData-----------', data);
|
||||
this.setEqpmAddInfo(data);
|
||||
this.setEqpmIao(data);
|
||||
this.setEqpmConstIao(data);
|
||||
@ -969,7 +970,7 @@ const myDetail = [
|
||||
labelCols: 12,
|
||||
textCols: 12,
|
||||
iconShow: true,
|
||||
class: 'py-3 pr-4',
|
||||
class: 'py-3 pr-4 pb-2',
|
||||
},
|
||||
{
|
||||
type: 'CheckBox',
|
||||
|
Reference in New Issue
Block a user