Compare commits
2 Commits
c1c4a6c72d
...
782d2c645a
| Author | SHA1 | Date |
|---|---|---|
|
|
782d2c645a | |
|
|
8a38a64c30 |
|
|
@ -469,6 +469,10 @@ export default {
|
|||
console.log(row)
|
||||
this.reset()
|
||||
this.form = row
|
||||
|
||||
if (!this.form.fixCode) {
|
||||
this.form.fixCode = '1'
|
||||
}
|
||||
this.$set(this.form, 'str', '')
|
||||
this.$set(this.form, 'str1', '')
|
||||
// this.$set(this.form,'fixCode','1')
|
||||
|
|
@ -659,7 +663,10 @@ export default {
|
|||
this.isDetail = true
|
||||
this.title = '编码绑定详情'
|
||||
this.codeList = []
|
||||
const res = await getBindCodeDetails({ taskId: row.taskId })
|
||||
const res = await getBindCodeDetails({
|
||||
taskId: row.taskId,
|
||||
typeId: row.typeId,
|
||||
})
|
||||
console.log('🚀 ~ handleBindDetails ~ res:', res)
|
||||
this.codeList = res.data
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue