|
@@ -251,7 +251,6 @@ export default {
|
|
handleSbPosition (item) {
|
|
handleSbPosition (item) {
|
|
item.parentSbName = ''
|
|
item.parentSbName = ''
|
|
item.sbParentId = ''
|
|
item.sbParentId = ''
|
|
- item.sbPositionNo = ''
|
|
|
|
},
|
|
},
|
|
handleSbSelect (positionId, i) {
|
|
handleSbSelect (positionId, i) {
|
|
if (positionId === '' || positionId === null) {
|
|
if (positionId === '' || positionId === null) {
|
|
@@ -273,11 +272,10 @@ export default {
|
|
console.log(keys, rows)
|
|
console.log(keys, rows)
|
|
this.ListForm[ this.sbParentOPt ].sbParentId = keys[0]
|
|
this.ListForm[ this.sbParentOPt ].sbParentId = keys[0]
|
|
this.ListForm[ this.sbParentOPt ].parentSbName = rows[0].name
|
|
this.ListForm[ this.sbParentOPt ].parentSbName = rows[0].name
|
|
- this.ListForm[ this.sbParentOPt ].sbPositionNo = ''
|
|
|
|
},
|
|
},
|
|
handleSbNoSelectd (keys, rows) {
|
|
handleSbNoSelectd (keys, rows) {
|
|
console.log(keys, rows)
|
|
console.log(keys, rows)
|
|
- this.ListForm[ this.sbParentOPt ].sbPositionNo = rows[0].no
|
|
|
|
|
|
+ // this.ListForm[ this.sbParentOPt ].sbPositionNo = rows[0].no
|
|
},
|
|
},
|
|
uploadFile (val, i) {
|
|
uploadFile (val, i) {
|
|
this.uploadFiledVisible = true
|
|
this.uploadFiledVisible = true
|