|
|
@ -398,7 +398,7 @@ |
|
|
|
pageSize: 10, |
|
|
|
pageNo: 1, |
|
|
|
typeName: "", |
|
|
|
enabled: 0 |
|
|
|
enabled: 1 |
|
|
|
} |
|
|
|
const { data, code, msg } = await requestPost(url, params) |
|
|
|
if (code === 0) { |
|
|
@ -434,6 +434,9 @@ |
|
|
|
this.detailShow = true |
|
|
|
this.formTitle = '详情' |
|
|
|
console.log('rowmememmeme',row) |
|
|
|
if(this.typeList){ |
|
|
|
row.typeName = this.typeList.filter(item=>item.id === row.typeId)[0].typeName || '--' |
|
|
|
} |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs.ref_detail.initForm(row) |
|
|
|
// this.$refs.ref_form.initForm('detail', row.id) |
|
|
|