|
|
@ -48,7 +48,7 @@ |
|
|
|
<button class="bg-blue-500 py-2 px-5 rounded text-white" onclick="p100.show()">测试组建2</button> |
|
|
|
|
|
|
|
<div data-tname="介入治疗" data-pid="1402932548627206144" data-uid="1323567842540523520" data-rid="rid333" data-tid="tid444" data-did="did555" data-pstart="1627560659000" data-rstart="1627564259000" style="height:50px;width:100%"> |
|
|
|
<!-- 到场插件 --> |
|
|
|
<!-- 介入插件 --> |
|
|
|
<div data-root="p1419896428830138368" class="flex flex-row items-center" style="height:100%;width:100%;"> |
|
|
|
<div class="flex-1 title" onclick="p1419896428830138368.jumpDetails(this)"></div> |
|
|
|
<div class="flex flex-nowrap startBtn mr-2"> |
|
|
@ -177,7 +177,7 @@ |
|
|
|
param: { |
|
|
|
codeAndAnswerList: [ |
|
|
|
{ |
|
|
|
answer: time, |
|
|
|
answer: [time], |
|
|
|
questionCode: 'JRZLSJ' |
|
|
|
} |
|
|
|
], |
|
|
@ -306,10 +306,9 @@ |
|
|
|
min = '0' + min |
|
|
|
} |
|
|
|
var chooseTime = `${year}-${month}-${day} ${hour}:${min}` |
|
|
|
this.chooseTimeValue = new Date(chooseTime).getTime() |
|
|
|
this.chooseTimeValue = new Date(chooseTime.replace(/-/g,'/')).getTime() |
|
|
|
if(chooseTime){ |
|
|
|
await this.choose(new Date(chooseTime).getTime()) |
|
|
|
console.log('new Date(chooseTime).getTime(): ', new Date(chooseTime).getTime()); |
|
|
|
this.cancelTime() |
|
|
|
} |
|
|
|
}, |
|
|
|