fix
This commit is contained in:
parent
ffa3631986
commit
cac4ff2bfa
13 changed files with 74 additions and 37 deletions
|
|
@ -161,6 +161,8 @@ async function fetchDetailInvestigate() {
|
|||
)
|
||||
)
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
|
||||
const dataList = res.data.result;
|
||||
dataInvestigatefacts.id = dataList.id;
|
||||
dataInvestigatefacts.idComplaint = dataList.idComplaint;
|
||||
|
|
@ -191,6 +193,8 @@ async function fetchDetailInvestigate() {
|
|||
dataList.investigationDaysExtend;
|
||||
dataInvestigatefacts.organizationId = dataList.organizationId;
|
||||
dataInvestigatefacts.organization = dataList.organization;
|
||||
dataInvestigatefacts.investigationExtendHistory =
|
||||
dataList.investigationExtendHistory;
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
|
|
|
|||
|
|
@ -1849,7 +1849,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
<div class="row"><q-separator vertical /></div>
|
||||
</div>
|
||||
<!-- อัพโหลดไฟล์ -->
|
||||
<!-- อัปโหลดไฟล์ -->
|
||||
<div class="col-xs-12 col-sm-12 col-md-3">
|
||||
<div class="q-col-gutter-md row q-pa-md">
|
||||
<!-- ยังไม่มี api -->
|
||||
|
|
|
|||
|
|
@ -244,7 +244,8 @@ function filterOptionFn(val: string, update: Function) {
|
|||
<q-btn
|
||||
v-if="
|
||||
checkPermission($route)?.attrIsUpdate &&
|
||||
checkPermission($route)?.attrIsGet
|
||||
checkPermission($route)?.attrIsGet &&
|
||||
props.row.startMain !== 'DONE'
|
||||
"
|
||||
flat
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue